File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,6 @@ test: build
3333 GL_TEST_RUN=1 go test -v -parallel 2 ./...
3434.PHONY : test
3535
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-
4236test_race : build_race
4337 GL_TEST_RUN=1 ./$(BINARY ) run -v --timeout=5m
4438.PHONY : test_race
@@ -49,6 +43,12 @@ test_integration:
4943 GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdata/$T
5044.PHONY : test_integration
5145
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+
5252# Maintenance
5353
5454fast_generate : assets/github-action-config.json
You can’t perform that action at this time.
0 commit comments