Skip to content

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 31, 2024
1 parent b7b705b commit e6bd7ba
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 @@ -5,7 +5,7 @@ test:

[no-cd]
test-pkg filter='.*':
@go test ./... --json -coverprofile=coverage.out -coverpkg=. -run={{filter}} | gotestfmt
@go test ./... --json -coverprofile=coverage.out -coverpkg=. -run={{filter}} | gotestfmt -hide 'empty-packages'

[no-cd]
update-golden filter='.*':
Expand Down

0 comments on commit e6bd7ba

Please sign in to comment.