Skip to content

Commit 57ee65a

Browse files
committed
chore: group test_integration and test_integration_fix
1 parent ca056cf commit 57ee65a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Makefile

+6-6
Original file line numberDiff line numberDiff 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-
4236
test_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

5454
fast_generate: assets/github-action-config.json

0 commit comments

Comments
 (0)