mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
6d58d9a86f
Closing #3674
10 lines
190 B
YAML
10 lines
190 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang:1.12
|
|
commands:
|
|
- go get -t -d -v ./...
|
|
- go build -v
|
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic |