Remove 2>/dev/null as go test isn't as noisy

This commit is contained in:
Martin 2022-08-22 01:00:32 +02:00 committed by GitHub
parent 1a7d61a57b
commit fd58a35c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ tasks:
cmds:
- go vet ./...
- swagger validate ./api-docs.yml
- go test -v -coverprofile=coverage.out ./... 2> /dev/null
- go test -v -coverprofile=coverage.out ./...
test:api:
desc: test the api with dredd