Skip to content

Commit

Permalink
Prevent hangs in Go autobuild tests due to .NET keychain prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Aug 24, 2022
1 parent 569f78c commit 3069613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/__go-custom-tracing-autobuild.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pr-checks/checks/go-custom-tracing-autobuild.yml
Expand Up @@ -3,6 +3,7 @@ description: "Checks that Go tracing works in conjunction with the autobuilder"
os: ["ubuntu-latest", "macos-latest"]
env:
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 3069613

Please sign in to comment.