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 2f07cd2 commit ce26f9dCopy full SHA for ce26f9d
Taskfile.yml
@@ -23,7 +23,6 @@ tasks:
23
cmds:
24
- go clean -cache -testcache
25
- GOTOOLCHAIN=local GOFLAGS=-a go build ./...
26
- - go test -run '^$' ./...
27
28
build-tests: go test -short ${BUILD_TAGS} -run ^$$ ./...
29
0 commit comments