Skip to content

Commit

Permalink
double test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
alitto committed Nov 11, 2024
1 parent 7949c7b commit f8fc03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test:
go test -race -v -timeout 1m -count=3 ./...
go test -race -v -timeout 1m -count=6 ./...

coverage:
go test -race -v -timeout 1m -coverprofile=coverage.out -covermode=atomic ./...

0 comments on commit f8fc03f

Please sign in to comment.