mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-27 04:36:19 +08:00
reduce ci time first
This commit is contained in:
parent
6e01ca2f63
commit
922cb62072
12
.travis.yml
12
.travis.yml
@ -1,14 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.15.x"
|
||||
- "1.16.x"
|
||||
# - "1.15.x"
|
||||
# - "1.16.x"
|
||||
- "1.17.x"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- arch: ppc64le
|
||||
go: 1.17.x
|
||||
# - arch: ppc64le
|
||||
# go: 1.17.x
|
||||
- arch: arm64-graviton2
|
||||
virt: vm
|
||||
os: linux
|
||||
@ -23,5 +23,5 @@ install:
|
||||
script:
|
||||
- go test -v ./...
|
||||
|
||||
after_success:
|
||||
- go test -v -short -bench . -run=^$ ./...
|
||||
#after_success:
|
||||
# - go test -v -short -bench . -run=^$ ./...
|
||||
|
Loading…
x
Reference in New Issue
Block a user