mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
19 lines
180 B
YAML
19 lines
180 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
- "1.15.x"
|
|
- "1.16.x"
|
|
|
|
sudo: false
|
|
|
|
os:
|
|
- linux
|
|
|
|
install:
|
|
- go mod tidy
|
|
- go mod download
|
|
|
|
script:
|
|
- go test -v ./...
|