mirror of
https://github.com/mjl-/mox.git
synced 2025-02-03 09:48:31 +03:00
add another makefile testing target
This commit is contained in:
parent
b85401a83d
commit
be1065a6c4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -36,6 +36,9 @@ test-race:
|
|||
CGO_ENABLED=1 go test -race -shuffle=on -covermode atomic -coverprofile cover.out ./...
|
||||
go tool cover -html=cover.out -o cover.html
|
||||
|
||||
test-more:
|
||||
TZ= CGO_ENABLED=0 go test -shuffle=on -count 2 ./...
|
||||
|
||||
# note: if testdata/upgradetest.mbox.gz exists, its messages will be imported
|
||||
# during tests. helpful for performance/resource consumption tests.
|
||||
test-upgrade: build
|
||||
|
|
Loading…
Reference in a new issue