add another makefile testing target

This commit is contained in:
Mechiel Lukkien 2025-01-13 23:23:00 +01:00
parent b85401a83d
commit be1065a6c4
No known key found for this signature in database

View file

@ -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