Skip to content

Commit 72fd0c3

Browse files
committed
ci: limit Miri tests to library and binary targets.
1 parent 2de2143 commit 72fd0c3

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: rustfmt (check)
2222
run: cargo +nightly fmt --all -- --check
2323
- name: miri (check)
24-
run: cargo +nightly miri test --all-features --all-targets --no-fail-fast
24+
run: cargo +nightly miri test --all-features --lib --bins --no-fail-fast
2525

2626
lint-test:
2727
name: clippy & tests (stable)

0 commit comments

Comments
 (0)