diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8db6836..544d972 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -45,7 +45,7 @@ jobs: args: --all --bins --examples --tests - name: run mcaptcha cache redis instance - run: docker run -p 6379:6379 mcaptcha/cache + run: docker run -d -p 6379:6379 mcaptcha/cache - name: tests uses: actions-rs/cargo@v1