Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spacing
Browse files Browse the repository at this point in the history
Zeph Grunschlag committed May 26, 2023
1 parent 2c9986e commit e48e5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -246,6 +246,7 @@ $(GOPATH1)/bin/%:

test: build
find . -name 'go.mod' -execdir $(GOTESTCOMMAND) $(GOTAGS) -race $(UNIT_TEST_SOURCES) -timeout 1h -coverprofile=coverage.txt -covermode=atomic \;

benchcheck: build
$(GOTESTCOMMAND) $(GOTAGS) -race $(UNIT_TEST_SOURCES) -run ^NOTHING -bench Benchmark -benchtime 1x -timeout 1h

0 comments on commit e48e5a7

Please sign in to comment.