Skip to content

Commit a2241bd

Browse files
committed
github CI: test all
1 parent 7c10274 commit a2241bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
toolchain: nightly
2323
- name: Build
24-
run: cargo build --release --verbose
24+
run: cargo build --release --all --verbose
2525
- name: Run tests
26-
run: cargo test --release --verbose
26+
run: cargo test --release --all --verbose
2727

2828
cargo-clippy:
2929
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)