We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e583c54 commit d46402fCopy full SHA for d46402f
Makefile
@@ -1,5 +1,6 @@
1
test:
2
- go clean -testcache ./...
+ go clean -testcache
3
+ go clean ./...
4
go test -v ./...
5
go test -v ./... -tags=integration
6
0 commit comments