gmsm/.travis.yml

21 lines
289 B
YAML
Raw Normal View History

2022-01-21 11:24:10 +08:00
language: go
jobs:
include:
- arch: arm64-graviton2
virt: vm
os: linux
dist: focal
2022-08-17 15:23:59 +08:00
go: 1.16.x
2022-01-21 11:24:10 +08:00
group: edge
install:
- go mod tidy
- go mod download
script:
2022-01-26 09:54:12 +08:00
- go test -v -short ./...
2022-01-21 11:24:10 +08:00
2022-01-21 12:58:39 +08:00
#after_success:
# - go test -v -short -bench . -run=^$ ./...