Skip to content

Commit

Permalink
adjust run target
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 29, 2023
1 parent f954aca commit bd4d314
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 @@ -12,8 +12,8 @@ export CARGO_TERM_COLOR := "always"
@_default:
just --list --unsorted

# Start Martin server and a test database
run *ARGS: start
# Start Martin server
run *ARGS:
cargo run -- {{ ARGS }}

# Start release-compiled Martin server and a test database
Expand Down

0 comments on commit bd4d314

Please sign in to comment.