Skip to content

Commit

Permalink
feat: add test target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Jan 16, 2025
1 parent f1ccccf commit 8ebc0b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runner/cf-executor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ fmt:
vet: fmt
go vet ./...

test: vet
go test ./...

build: vet
go build

0 comments on commit 8ebc0b4

Please sign in to comment.