mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +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
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.15.x"
|
# - "1.15.x"
|
||||||
- "1.16.x"
|
# - "1.16.x"
|
||||||
- "1.17.x"
|
- "1.17.x"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- arch: ppc64le
|
# - arch: ppc64le
|
||||||
go: 1.17.x
|
# go: 1.17.x
|
||||||
- arch: arm64-graviton2
|
- arch: arm64-graviton2
|
||||||
virt: vm
|
virt: vm
|
||||||
os: linux
|
os: linux
|
||||||
@ -23,5 +23,5 @@ install:
|
|||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go test -v ./...
|
||||||
|
|
||||||
after_success:
|
#after_success:
|
||||||
- go test -v -short -bench . -run=^$ ./...
|
# - go test -v -short -bench . -run=^$ ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user