Skip to content

Commit

Permalink
Make battletest compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
spring1843 committed Feb 22, 2022
1 parent 73d7093 commit 0d64a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ battletest: ## Run stronger tests
gocyclo -over 11 ./pkg
# Run randomized, parallelized, racing, code coveraged, tests
ginkgo -r \
-cover -coverprofile=coverage.out -outputdir=. -coverpkg=./pkg/... \
--randomizeAllSpecs --randomizeSuites -race
--cover --coverprofile=coverage.out --output-dir=.\
--randomize-all --randomize-suites --race --trace
go tool cover -html coverage.out -o coverage.html

verify: codegen ## Verify code. Includes dependencies, linting, formatting, etc
Expand Down

0 comments on commit 0d64a0f

Please sign in to comment.