Skip to content

Commit 4bbc6a7

Browse files
committed
miri doc tests excluded
1 parent bd8dea0 commit 4bbc6a7

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
@@ -54,7 +54,7 @@ jobs:
5454
run: cargo clippy --no-default-features ${{ matrix.features }} -- -D warnings --verbose
5555

5656
- name: Miri
57-
run: cargo +nightly miri test --no-default-features --verbose ${{ matrix.features }}
57+
run: cargo +nightly miri test --lib --bins --tests --no-default-features --verbose ${{ matrix.features }}
5858

5959
- name: NoStd
6060
run: cargo +nightly no-std-check --no-default-features ${{ matrix.no_std_features }}

0 commit comments

Comments
 (0)