mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 08:16:37 +00:00
14 lines
187 B
YAML
14 lines
187 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
before_script: go run internal/bin/cleanup/cleanup.go
|
|
script:
|
|
- go test -v ./base ./b2 ./x/...
|
|
- go vet -v ./base ./b2 ./x/...
|