Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: assafad <aadmi@redhat.com>
  • Loading branch information
assafad committed Mar 13, 2024
1 parent 0da8108 commit 3c84831
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.PHONY: unit-test
unit-test:
go test ./...

.PHONY: build
build:
go build ./cmd/monitoringlinter

.PHONY: test
test: build
./tests/e2e.sh
Binary file removed monitoringlinter
Binary file not shown.
Binary file removed testdata/src/a/testrepo/monitoringlinter
Binary file not shown.

0 comments on commit 3c84831

Please sign in to comment.