blob: c516ea88da7358cf23d0f5b94e8802c47dbe2d23 [file] [log] [blame]
Joey Armstronga6af1522023-01-17 16:06:16 -05001language: go
2go:
3 - "1.x"
4 - master
5env:
6 - TAGS=""
7 - TAGS="-tags purego"
8script: go test $TAGS -v ./...