mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
10 lines
182 B
YAML
10 lines
182 B
YAML
build: off
|
|
clone_folder: c:\gopath\src\github.com\subosito\gotenv
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
stack: go 1.10
|
|
before_test:
|
|
- go get -t
|
|
test_script:
|
|
- go test -v -cover -race
|