We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a8ef6 commit ba29052Copy full SHA for ba29052
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: clippy
17
run: cargo clippy -- -D warnings
18
- name: test
19
- run: cargo test --all-features
+ run: cargo test
20
- name: install miri
21
run: rustup install nightly && rustup +nightly component add miri
22
- name: miri
0 commit comments