mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
Remove 2>/dev/null as go test isn't as noisy
This commit is contained in:
parent
1a7d61a57b
commit
fd58a35c75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user