mirror of
https://github.com/restic/restic.git
synced 2024-12-26 17:57:50 +00:00
10 lines
104 B
YAML
10 lines
104 B
YAML
language: go
|
|
|
|
go:
|
|
- tip
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: B2_LOG_LEVEL=2 go test -v ./base ./b2
|