Skip to content

Commit

Permalink
Don't run fieldalignment for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aburdulescu committed Jan 7, 2023
1 parent 47f292c commit 73aa5e0
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 @@ -20,7 +20,7 @@ lint:

fieldalignment:
@which fieldalignment || go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
fieldalignment ./...
fieldalignment -test=false ./...

coverage: test
go tool cover -html cov.prof -o cov.html
Expand Down

0 comments on commit 73aa5e0

Please sign in to comment.