Fix Go custom tracing tests
These were supplying CODEQL_EXTRACTOR_GO_BUILD_TRACING=true rather than CODEQL_EXTRACTOR_GO_BUILD_TRACING=on, therefore tracing wasn't being tested.
This commit is contained in:
parent
1cd5043ced
commit
d5ad81bcd4
4 changed files with 4 additions and 4 deletions
2
.github/workflows/__go-custom-tracing-autobuild.yml
generated
vendored
2
.github/workflows/__go-custom-tracing-autobuild.yml
generated
vendored
|
|
@ -81,5 +81,5 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
env:
|
env:
|
||||||
CODEQL_EXTRACTOR_GO_BUILD_TRACING: 'true'
|
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
|
||||||
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
||||||
|
|
|
||||||
2
.github/workflows/__go-custom-tracing.yml
generated
vendored
2
.github/workflows/__go-custom-tracing.yml
generated
vendored
|
|
@ -92,5 +92,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEST_MODE: true
|
TEST_MODE: true
|
||||||
env:
|
env:
|
||||||
CODEQL_EXTRACTOR_GO_BUILD_TRACING: 'true'
|
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
|
||||||
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ name: "Go: Autobuild custom tracing"
|
||||||
description: "Checks that Go tracing works in conjunction with the autobuilder"
|
description: "Checks that Go tracing works in conjunction with the autobuilder"
|
||||||
os: ["ubuntu-latest", "macos-latest"]
|
os: ["ubuntu-latest", "macos-latest"]
|
||||||
env:
|
env:
|
||||||
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "true"
|
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: "Go: Custom tracing"
|
name: "Go: Custom tracing"
|
||||||
description: "Checks that Go tracing works"
|
description: "Checks that Go tracing works"
|
||||||
env:
|
env:
|
||||||
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "true"
|
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue