mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 02:06:18 +08:00
23 lines
326 B
YAML
23 lines
326 B
YAML
language: go
|
|
|
|
jobs:
|
|
include:
|
|
- arch: ppc64le
|
|
go: 1.17.x
|
|
- arch: arm64-graviton2
|
|
virt: vm
|
|
os: linux
|
|
dist: focal
|
|
go: 1.15.x
|
|
group: edge
|
|
|
|
install:
|
|
- go mod tidy
|
|
- go mod download
|
|
|
|
script:
|
|
- go test -v -short ./...
|
|
|
|
#after_success:
|
|
# - go test -v -short -bench . -run=^$ ./...
|