Skip to content

Commit

Permalink
In qa-pkglint, disable cache for "go test"
Browse files Browse the repository at this point in the history
Before: 70 seconds, after: 20 seconds.

See golang/go#35801
  • Loading branch information
rillig committed Nov 23, 2019
1 parent be88141 commit 233e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-pkglint
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install() {
go generate netbsd.org/pkglint/...
if [ $run_tests = yes ]; then
step_msg "Testing pkglint"
go test netbsd.org/pkglint/...
go test -test.count 1 netbsd.org/pkglint/...
fi
step_msg "Installing pkglint"
go install netbsd.org/pkglint/...
Expand Down

0 comments on commit 233e377

Please sign in to comment.