We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fada8e9 commit bd5c5e6Copy full SHA for bd5c5e6
.github/workflows/rust_ci.yml
@@ -30,10 +30,10 @@ jobs:
30
target/
31
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
32
- name: Build test
33
- run: cargo build --release --verbose
+ run: cargo build --release --verbose --all
34
- name: Run tests
35
- run: cargo test --verbose
+ run: cargo test --verbose --all
36
- name: Lint with clippy
37
- run: cargo clippy --all-targets --all-features
+ run: cargo clippy --all-targets --all-features --all
38
- name: Check formatting
39
- run: cargo fmt --all --check
+ run: cargo fmt --check --all
0 commit comments