Skip to content

Commit b3cf1b7

Browse files
committed
Also skip benches for miri
1 parent 91ac1e8 commit b3cf1b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
rustup override set nightly
6969
cargo miri setup
7070
- name: Test with Miri
71-
run: cargo miri test --all-targets
71+
run: cargo miri test --tests
7272

7373
examples:
7474
name: Example

0 commit comments

Comments
 (0)