Add devcert tag for CI test to test the race connection

This commit is contained in:
Zoltán Papp
2025-11-15 00:28:30 +01:00
parent 605d44c4f9
commit 72f65c63d3
2 changed files with 11 additions and 10 deletions

View File

@@ -258,6 +258,7 @@ jobs:
run: |
CGO_ENABLED=1 GOARCH=${{ matrix.arch }} \
go test ${{ matrix.raceFlag }} \
-tags devcert \
-exec 'sudo' \
-timeout 10m ./relay/... ./shared/relay/...