Skip to content

Commit

Permalink
Add a Makefile to mirror CI behaviour (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
AislingHPE authored Jun 13, 2024
1 parent 2ce66be commit fac0c8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.PHONY: test
test:
go test ./...

.PHONY: lint
lint:
golangci-lint run

.PHONY: all
all: test lint

0 comments on commit fac0c8d

Please sign in to comment.