Skip to content

Commit

Permalink
Merge pull request #8 from owenrumney/owen-fix_make
Browse files Browse the repository at this point in the history
update Makefile
  • Loading branch information
owenrumney committed Feb 6, 2021
2 parents 569f510 + 497150b commit e6cd826
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -2,8 +2,9 @@ default: build

.PHONY: build
build: test
./scripts/build.sh
./scripts/build.sh

.PHONY: test
test:
go test -v -covermode=atomic -coverpkg ./... -coverprofile coverage.txt ./...
go test -v -covermode=atomic -coverpkg ./... -coverprofile coverage.txt ./...

0 comments on commit e6cd826

Please sign in to comment.