File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 27
27
run : go test -v -cover ./...
28
28
29
29
- name : Test with race
30
- run : go test -v -cover -race -count 1 -timeout 20s --tags deadlock_test -run Test_mirror_detect_race ./pkg/mirror/...
31
-
32
- - 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/...
30
+ run : |
31
+ go test -v -cover -race -count 1 -timeout 20s --tags deadlock_test -run Test_mirror_detect_race_clone ./pkg/mirror/...
32
+ go test -v -cover -race -count 1 -timeout 60s --tags deadlock_test -run Test_mirror_detect_race_repo_pool ./pkg/mirror/...
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
"time"
12
12
)
13
13
14
- func Test_mirror_detect_race (t * testing.T ) {
14
+ func Test_mirror_detect_race_clone (t * testing.T ) {
15
15
testTmpDir := mustTmpDir (t )
16
16
defer os .RemoveAll (testTmpDir )
17
17
You can’t perform that action at this time.
0 commit comments