Skip to content

Commit

Permalink
ci: swap order of tree borrows and stack borrows tests
Browse files Browse the repository at this point in the history
Tree borrows model is a bit more relaxed compared to stack borrows
  • Loading branch information
zetanumbers committed Jun 2, 2024
1 parent 80ad968 commit cb1a79f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
uses: dtolnay/rust-toolchain@nightly
with:
components: miri
- name: Stacked borrows
run: cargo miri test
- name: Tree borrows
run: cargo miri test
env:
MIRIFLAGS: -Zmiri-tree-borrows
- name: Stacked borrows
run: cargo miri test

0 comments on commit cb1a79f

Please sign in to comment.