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.
1 parent 4abff41 commit c221673Copy full SHA for c221673
.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