mirror of
https://github.com/rclone/rclone.git
synced 2025-02-02 03:29:51 +01:00
Make continuous integrations logs less noisy
This commit is contained in:
parent
e7b9cc4705
commit
40252f0aa6
@ -20,5 +20,5 @@ install:
|
||||
|
||||
script:
|
||||
- make check
|
||||
- go test -v ./...
|
||||
- go test -cpu=2 -race -v ./...
|
||||
- go test ./...
|
||||
- go test -cpu=2 -race ./...
|
||||
|
@ -17,5 +17,5 @@ install:
|
||||
|
||||
build_script:
|
||||
- go vet ./...
|
||||
- go test -v -cpu=2 ./...
|
||||
- go test -cpu=2 ./...
|
||||
- go test -cpu=2 -short -race ./...
|
||||
|
Loading…
Reference in New Issue
Block a user