Commit 57ee65a 1 parent ca056cf commit 57ee65a Copy full SHA for 57ee65a
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ test: build
33
33
GL_TEST_RUN=1 go test -v -parallel 2 ./...
34
34
.PHONY : test
35
35
36
- # ex: T=multiple-issues-fix.go make test_integration_fix
37
- # the value of `T` is the name of a file from `test/testdata/fix`
38
- test_integration_fix : build
39
- GL_TEST_RUN=1 go test -v ./test -count 1 -run TestFix/$T
40
- .PHONY : test_integration_fix
41
-
42
36
test_race : build_race
43
37
GL_TEST_RUN=1 ./$(BINARY ) run -v --timeout=5m
44
38
.PHONY : test_race
@@ -49,6 +43,12 @@ test_integration:
49
43
GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdata/$T
50
44
.PHONY : test_integration
51
45
46
+ # ex: T=multiple-issues-fix.go make test_integration_fix
47
+ # the value of `T` is the name of a file from `test/testdata/fix`
48
+ test_integration_fix : build
49
+ GL_TEST_RUN=1 go test -v ./test -count 1 -run TestFix/$T
50
+ .PHONY : test_integration_fix
51
+
52
52
# Maintenance
53
53
54
54
fast_generate : assets/github-action-config.json
You can’t perform that action at this time.
0 commit comments