We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca056cf commit 57ee65aCopy full SHA for 57ee65a
Makefile
@@ -33,12 +33,6 @@ test: build
33
GL_TEST_RUN=1 go test -v -parallel 2 ./...
34
.PHONY: test
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
test_race: build_race
43
GL_TEST_RUN=1 ./$(BINARY) run -v --timeout=5m
44
.PHONY: test_race
@@ -49,6 +43,12 @@ test_integration:
49
GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdata/$T
50
.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
+ GL_TEST_RUN=1 go test -v ./test -count 1 -run TestFix/$T
+.PHONY: test_integration_fix
+
52
# Maintenance
53
54
fast_generate: assets/github-action-config.json
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments