reduce ci time first

This commit is contained in:
Sun Yimin 2021-12-29 08:42:01 +08:00 committed by GitHub
parent 6e01ca2f63
commit 922cb62072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=^$ ./...