We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a8743 commit f8e21fdCopy full SHA for f8e21fd
1 file changed
.github/workflows/ub-detection.yml
@@ -43,14 +43,5 @@ jobs:
43
- uses: Swatinem/rust-cache@v2
44
with:
45
cache-on-failure: true
46
-<<<<<<< HEAD
47
- - run: |
48
- rustup +nightly component add miri
49
- cargo +nightly miri setup
50
- PROPTEST_DISABLE_FAILURE_PERSISTENCE=true \
51
- MIRIFLAGS="-Zmiri-env-forward=PROPTEST_DISABLE_FAILURE_PERSISTENCE -Zmiri-strict-provenance" \
52
- cargo +nightly miri test --lib
53
-=======
54
- name: Run Miri
55
run: MIRIFLAGS="-Zmiri-strict-provenance" cargo +nightly miri test --lib
56
->>>>>>> 5d9ff19 (ci: use miri as component and skip docs only change re-run)
0 commit comments