Skip to content

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 14, 2024
1 parent b7e7816 commit 91303c0
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 @@ -12,7 +12,7 @@ test-pkg filter='.*':

[no-cd]
update-golden filter='.*':
@go test ./... -update -json -race -run={{filter}} | gotestfmt
@go test ./... -update -json -run={{filter}} | gotestfmt

build:
@go build -o bin/{{APP}} ./cmd...
Expand Down

0 comments on commit 91303c0

Please sign in to comment.