forked from TrueCloudLab/rclone
Make continuous integrations logs less noisy
This commit is contained in:
parent
e7b9cc4705
commit
40252f0aa6
2 changed files with 3 additions and 3 deletions
|
@ -20,5 +20,5 @@ install:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check
|
- make check
|
||||||
- go test -v ./...
|
- go test ./...
|
||||||
- go test -cpu=2 -race -v ./...
|
- go test -cpu=2 -race ./...
|
||||||
|
|
|
@ -17,5 +17,5 @@ install:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- go vet ./...
|
- go vet ./...
|
||||||
- go test -v -cpu=2 ./...
|
- go test -cpu=2 ./...
|
||||||
- go test -cpu=2 -short -race ./...
|
- go test -cpu=2 -short -race ./...
|
||||||
|
|
Loading…
Reference in a new issue