Skip to content

Commit

Permalink
Add argument to test just recipe for which tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
widberg committed Sep 28, 2023
1 parent b989f6c commit 15f3bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fmt:
clippy:
cargo {{cargo-command-prefix}} clippy

test:
cargo {{cargo-command-prefix}} test --release
test +TEST="":
cargo {{cargo-command-prefix}} test --release {{TEST}}

build:
cargo {{cargo-command-prefix}} build --release
Expand Down

0 comments on commit 15f3bb7

Please sign in to comment.