Skip to content

Commit

Permalink
fix justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q committed May 16, 2024
1 parent 86e5e11 commit e155011
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ test language="[rust|python]" : (_run_lang language \
"poetry run pytest"
)

# Run all proptests
proptest:
cargo test --feature proptest '::proptest'

# Run all the benchmarks.
bench language="[rust|python]": (_run_lang language \
"cargo bench" \
Expand Down

0 comments on commit e155011

Please sign in to comment.