mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 05:08:14 +03:00
add another makefile testing target
This commit is contained in:
parent
b85401a83d
commit
be1065a6c4
3
Makefile
3
Makefile
@ -36,6 +36,9 @@ test-race:
|
|||||||
CGO_ENABLED=1 go test -race -shuffle=on -covermode atomic -coverprofile cover.out ./...
|
CGO_ENABLED=1 go test -race -shuffle=on -covermode atomic -coverprofile cover.out ./...
|
||||||
go tool cover -html=cover.out -o cover.html
|
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
|
# note: if testdata/upgradetest.mbox.gz exists, its messages will be imported
|
||||||
# during tests. helpful for performance/resource consumption tests.
|
# during tests. helpful for performance/resource consumption tests.
|
||||||
test-upgrade: build
|
test-upgrade: build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user