Skip to content

Commit 2ec30cc

Browse files
committed
chore: add make target for scanner test execution
Made-with: Cursor
1 parent e6c8487 commit 2ec30cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.PHONY: test
2+
3+
test:
4+
go test ./...

0 commit comments

Comments
 (0)