Skip to content

Commit ba29052

Browse files
committed
fix test command in ci
1 parent 75a8ef6 commit ba29052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: clippy
1717
run: cargo clippy -- -D warnings
1818
- name: test
19-
run: cargo test --all-features
19+
run: cargo test
2020
- name: install miri
2121
run: rustup install nightly && rustup +nightly component add miri
2222
- name: miri

0 commit comments

Comments
 (0)