Skip to content

Commit

Permalink
feat: add flags for test
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 23, 2023
1 parent 7d905fb commit 235b1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev cmd *flags:
# run tests in the dev environment
test: (dev "up")
just seed
go test -v ./... -covermode=atomic -coverprofile=coverage.out
go test -v -race -shuffle=on ./... -covermode=atomic -coverprofile=coverage.out

seed: (dev "up")
atlas migrate diff --env local
Expand Down

0 comments on commit 235b1fc

Please sign in to comment.