Append --all to CI commands

This commit is contained in:
Temirkhan Myrzamadi 2020-07-25 01:48:17 +06:00 committed by GitHub
parent e8c58086d2
commit 09ec40305d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
toolchain: stable
override: true
- name: Cargo clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all --all-targets --all-features -- -D warnings
stable-test:
runs-on: ubuntu-latest
steps:
@ -43,7 +43,7 @@ jobs:
redis-server --port 7778 > /dev/null &
redis-server --port 7779 > /dev/null &
- name: Cargo test
run: cargo test --all-features
run: cargo test --all --all-features
build-example:
runs-on: ubuntu-latest
strategy: