Skip to content

Commit

Permalink
Merge pull request #9 from mihaelabalutoiu/fix-makefile
Browse files Browse the repository at this point in the history
Update `Makefile`
  • Loading branch information
gabriel-samfira committed Sep 1, 2023
2 parents d1fd22f + 4ae53d9 commit bba0c31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
SHELL := bash

GO_PACKAGES?=$(shell (go list ./... | grep -v 'vendor'))

.PHONY: go-test

go-test:
go test $(GO_PACKAGES) -v $(TEST_ARGS) -timeout=15m -parallel=4
go test -v ./... $(TEST_ARGS) -timeout=15m -parallel=4

0 comments on commit bba0c31

Please sign in to comment.