Skip to content

Commit

Permalink
Force test extraction on for evaluation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed Sep 21, 2024
1 parent bb44a2f commit fe273e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/codeql-tools/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ fi
LGTM_SRC="$(pwd)"
export LGTM_SRC

CODEQL_EXTRACTOR_GO_OPTION_EXTRACT_TESTS=true
export CODEQL_EXTRACTOR_GO_OPTION_EXTRACT_TESTS

if [ "${CODEQL_EXTRACTOR_GO_BUILD_TRACING:-}" = "on" ]; then
echo "Tracing enabled"
"$CODEQL_EXTRACTOR_GO_ROOT/tools/$CODEQL_PLATFORM/go-build-runner"
Expand Down

0 comments on commit fe273e9

Please sign in to comment.