Skip to content

Commit

Permalink
chore: fix default value in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Apr 5, 2024
1 parent 6ee374b commit 1575ce7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ run:
cargo run

## Run the tests
test:
RUST_BACKTRACE=1 cargo test
test testset="":
RUST_BACKTRACE=1 cargo test {{testset}}

## Run the tests with verbose and colored output
testv testset:
testv testset="":
RUST_LOG="sqlx=error,info" \
TEST_LOG=true \
RUST_BACKTRACE=1 \
Expand Down

0 comments on commit 1575ce7

Please sign in to comment.