Skip to content

Commit

Permalink
tidy: enabled go test in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hbomb79 committed Mar 2, 2024
1 parent 0dce07b commit 41caadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ audit: tidy
golangci-lint run
go run honnef.co/go/tools/cmd/staticcheck@latest -f stylish -checks=all,-ST1000,-U1000 ./...
go run golang.org/x/vuln/cmd/govulncheck@latest ./...
# go test -race -buildvcs -vet=off ./...
go test -buildvcs -vet=off ./...


# ==================================================================================== #
Expand Down

0 comments on commit 41caadd

Please sign in to comment.