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.
go list
1 parent b438285 commit 1e01049Copy full SHA for 1e01049
.github/workflows/go-tests.yml
@@ -68,4 +68,4 @@ jobs:
68
- name: Test
69
run: |
70
cd go
71
- env CODEQL_EXTRACTOR_GO_FAST_PACKAGE_INFO=1 make test cache="${{ steps.query-cache.outputs.cache-dir }}"
+ make test cache="${{ steps.query-cache.outputs.cache-dir }}"
0 commit comments