mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-24 03:06:18 +08:00
6 lines
58 B
YAML
6 lines
58 B
YAML
language: go
|
|
go:
|
|
- 1.14.x
|
|
script:
|
|
- go test -v ./...
|