Skip to content

Commit 1bcdb00

Browse files
faster integration testing
1 parent 82083ed commit 1bcdb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ jobs:
689689
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
690690
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
691691
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
692-
GODEBUG: http2client=0
692+
GODEBUG: netdns=go
693693
run: |
694694
echo "## Stray flask apps to be killed before robot tests ##"
695695
pgrep -f flask | xargs kill -9 || true

0 commit comments

Comments
 (0)