Skip to content

Commit 5396d5a

Browse files
committed
Update build job to test with all features
1 parent 6a22a47 commit 5396d5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
- name: Build
2020
run: cargo build --verbose
2121
- name: Run tests
22-
run: cargo test --verbose
22+
run: |
23+
cargo install cargo-all-features &&
24+
cargo test-all-features --verbose

0 commit comments

Comments
 (0)