Skip to content

Commit 4e01a65

Browse files
committed
chore: add test_linters_sub target
1 parent 230f410 commit 4e01a65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ test_linters:
4343
GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdata/$T
4444
.PHONY: test_linters
4545

46+
test_linters_sub:
47+
GL_TEST_RUN=1 go test -v ./test -count 1 -run TestSourcesFromTestdataSubDir/$T
48+
.PHONY: test_linters_sub
49+
4650
# Maintenance
4751

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

0 commit comments

Comments
 (0)