mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 13:17:37 +03:00
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 ./...
|