We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2fe29 commit 86750c9Copy full SHA for 86750c9
.github/workflows/test.yaml
@@ -27,6 +27,7 @@ jobs:
27
run: go test -v -cover ./...
28
29
- name: Test with race
30
- run: |
31
- go test -v -cover -race -count 1 -timeout 20s --tags deadlock_test -run Test_mirror_detect_race ./pkg/mirror/...
32
- go test -v -cover -race -count 1 -timeout 60s --tags deadlock_test -run Test_mirror_detect_race_repo_pool ./pkg/mirror/...
+ run: go test -v -cover -race -count 1 -timeout 20s --tags deadlock_test -run Test_mirror_detect_race ./pkg/mirror/...
+
+ - name: Test with repo pool race
33
+ run: go test -v -cover -race -count 1 -timeout 60s --tags deadlock_test -run Test_mirror_detect_race_repo_pool ./pkg/mirror/...
0 commit comments