add a test target in the magefile

This commit is contained in:
David Bariod
2021-02-13 06:45:48 +01:00
parent b02b418f8f
commit 3986c92379
2 changed files with 8 additions and 5 deletions
+1 -4
View File
@@ -11,7 +11,4 @@ install:
script:
- go run mage.go -v crossBuild
- go run mage.go lint
- export GOMAXPROCS=4
- export GORACE=halt_on_error=1
- go test -race -v ./...
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then go test -race -v -tags appengine ./... ; fi
- go run mage.go test