Skip to content

Commit

Permalink
Add justfile miri command
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Jun 14, 2024
1 parent fc02000 commit 8ad32d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ coverage language="[rust|python]": (_run_lang language \
"poetry run pytest --cov=./ --cov-report=html"
)

# Run undsoundness checks using miri
miri:
PROPTEST_DISABLE_FAILURE_PERSISTENCE=true MIRIFLAGS='-Zmiri-env-forward=PROPTEST_DISABLE_FAILURE_PERSISTENCE' cargo +nightly miri test

# Load a shell with all the dependencies installed
shell:
poetry shell
Expand Down

0 comments on commit 8ad32d8

Please sign in to comment.