CI: run docker in detached mode
This commit is contained in:
parent
7d80302fa2
commit
20786b84a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue