2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-02 06:10:44 +00:00
2020-07-23 11:37:33 -07:00

9 lines
110 B
YAML

language: go
go:
- "1.x"
- master
env:
- TAGS=""
- TAGS="-tags purego"
script: go test $TAGS -v ./...