forked from TrueCloudLab/rclone
3fd38cbe8d
Signed-off-by: Gary Kim <gary@garykim.dev>
8 lines
110 B
YAML
8 lines
110 B
YAML
language: go
|
|
go:
|
|
- "1.x"
|
|
- master
|
|
env:
|
|
- TAGS=""
|
|
- TAGS="-tags purego"
|
|
script: go test $TAGS -v ./...
|