Skip to content

Commit 3c3bc4b

Browse files
committed
fix in ci
1 parent ca395bf commit 3c3bc4b

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 --no-default-features test --verbose ${{ matrix.features }}
57+
run: cargo +nightly miri test --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)