Skip to content

Commit bd5c5e6

Browse files
committed
Update rust_ci.yml
1 parent fada8e9 commit bd5c5e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
target/
3131
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3232
- name: Build test
33-
run: cargo build --release --verbose
33+
run: cargo build --release --verbose --all
3434
- name: Run tests
35-
run: cargo test --verbose
35+
run: cargo test --verbose --all
3636
- name: Lint with clippy
37-
run: cargo clippy --all-targets --all-features
37+
run: cargo clippy --all-targets --all-features --all
3838
- name: Check formatting
39-
run: cargo fmt --all --check
39+
run: cargo fmt --check --all

0 commit comments

Comments
 (0)