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 2519e6a commit a101b88Copy full SHA for a101b88
.githooks/pre-commit
@@ -16,4 +16,4 @@ golangci-lint run ./...
16
echo ""
17
echo '* Run: all tests and generate coverage report'
18
go clean -testcache
19
-go test -count=1 -timeout 30s ./... -covermode=atomic
+go test -count=1 -timeout 30s $(go list ./... | grep -Ev 'demos|components') -covermode=atomic
.githooks/pre-push
0 commit comments