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