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 9ff7604 commit 1d53601Copy full SHA for 1d53601
.github/workflows/codeql.yml
@@ -58,6 +58,7 @@ jobs:
58
run: |
59
go build ./...
60
go build ${BUILD_TAGS} ./...
61
+ go test -short ${BUILD_TAGS} -run ^$$ ./...
62
63
- name: Perform CodeQL Analysis
64
uses: github/codeql-action/analyze@v4
0 commit comments