Skip to content

Commit cddc751

Browse files
committed
Update rust.yml
1 parent 2e5a29f commit cddc751

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
files: target/cobertura.xml
4848

49-
- name: Miri
50-
run: |
51-
rustup toolchain install nightly --component miri
52-
rustup override set nightly
53-
cargo miri setup
54-
cargo miri test
49+
# - name: Miri
50+
# run: |
51+
# rustup toolchain install nightly --component miri
52+
# rustup override set nightly
53+
# cargo miri setup
54+
# cargo miri test

0 commit comments

Comments
 (0)