We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd356bb + c221673 commit f869f73Copy full SHA for f869f73
.github/workflows/go-build-test-and-license.yml
@@ -22,7 +22,7 @@ jobs:
22
run: go build -v ./...
23
24
- name: Test RaceConditions Extended
25
- run: go test -bench=. -benchtime=10s -test.parallel 1 -race -v
+ run: go test -bench=. -benchtime=100s -test.parallel 1 -race -v
26
27
- name: Setup License Server
28
run: go install github.com/google/go-licenses@latest
0 commit comments