Skip to content

Commit 1e01049

Browse files
authored
Revert testing with experimental go list usage
1 parent b438285 commit 1e01049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
- name: Test
6969
run: |
7070
cd go
71-
env CODEQL_EXTRACTOR_GO_FAST_PACKAGE_INFO=1 make test cache="${{ steps.query-cache.outputs.cache-dir }}"
71+
make test cache="${{ steps.query-cache.outputs.cache-dir }}"

0 commit comments

Comments
 (0)