CI: run docker in detached mode

This commit is contained in:
Aravinth Manivannan 2021-06-08 20:19:50 +05:30
parent 7d80302fa2
commit 20786b84a9
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -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