Skip to content

Commit f8e21fd

Browse files
committed
chore: fix merge conflict
1 parent d8a8743 commit f8e21fd

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ub-detection.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,5 @@ jobs:
4343
- uses: Swatinem/rust-cache@v2
4444
with:
4545
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-
=======
5446
- name: Run Miri
5547
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

Comments
 (0)