Skip to content

Commit 999ebed

Browse files
committed
ci: disable tree borrows as parking_lot does not support strict provenance
1 parent 25074a6 commit 999ebed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push-check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ jobs:
2828
uses: dtolnay/rust-toolchain@nightly
2929
with:
3030
components: miri
31-
- name: Tree borrows
32-
run: cargo +nightly miri test
33-
env:
34-
MIRIFLAGS: -Zmiri-tree-borrows -Zmiri-disable-stacked-borrows
3531
- name: Stacked borrows
3632
run: cargo +nightly miri test

0 commit comments

Comments
 (0)