Skip to content

Commit

Permalink
ci: run miri tests with tree borrows model too
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Jun 2, 2024
1 parent 244ce04 commit 512c0c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
components: miri
- name: Stacked borrows
run: cargo miri test
- name: Tree borrows
run: cargo miri test
env:
MIRIFLAGS: -Zmiri-tree-borrows

0 comments on commit 512c0c6

Please sign in to comment.