We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a293239 commit 65c9d8cCopy full SHA for 65c9d8c
1 file changed
.github/workflows/go-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Test
52
run: |
53
cd go
54
- make test
+ env CODEQL_EXTRACTOR_GO_FAST_PACKAGE_INFO=1 make test
55
56
test-mac:
57
name: Test MacOS
0 commit comments