Skip to content

Commit 65c9d8c

Browse files
committed
Run go linux tests with fast package extraction
To ensure this code path is actively tested.
1 parent a293239 commit 65c9d8c

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
@@ -51,7 +51,7 @@ jobs:
5151
- name: Test
5252
run: |
5353
cd go
54-
make test
54+
env CODEQL_EXTRACTOR_GO_FAST_PACKAGE_INFO=1 make test
5555
5656
test-mac:
5757
name: Test MacOS

0 commit comments

Comments
 (0)