Skip to content

Commit a6821e6

Browse files
committed
added CI
1 parent a78f2af commit a6821e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "cargo check"
3030
run: cargo check --all --all-features
3131

32-
- name: "cargo test"
33-
run: |
34-
cargo test --all
35-
cargo test --all --all-features
32+
- run: cargo install cargo-all-features
33+
34+
- name: "cargo test all features"
35+
run: cargo test-all-features

0 commit comments

Comments
 (0)