Travis CI cost saving

This commit is contained in:
Emman 2022-01-26 09:54:12 +08:00
parent 1c45ccbffd
commit 91f08d464d
2 changed files with 4 additions and 9 deletions

View File

@ -1,14 +1,9 @@
language: go language: go
go:
- "1.15.x"
- "1.16.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
@ -21,7 +16,7 @@ install:
- go mod download - go mod download
script: script:
- go test -v ./... - go test -v -short ./...
#after_success: #after_success:
# - go test -v -short -bench . -run=^$ ./... # - go test -v -short -bench . -run=^$ ./...

View File

@ -1,7 +1,7 @@
# GM-Standards SM2/SM3/SM4 for Go # GM-Standards SM2/SM3/SM4 for Go
<a href="https://github.com/emmansun/gmsm/actions?query=workflow%3Aci+branch%3Amain"><img src="https://github.com/emmansun/gmsm/workflows/ci/badge.svg" alt="CI" style="max-width: 100%;"></a> [![Documentation](https://godoc.org/github.com/emmansun/gmsm?status.svg)](https://godoc.org/github.com/emmansun/gmsm) [![Release](https://img.shields.io/github/release/emmansun/gmsm/all.svg)](https://github.com/emmansun/gmsm/releases) [![Tavis CI Status](https://travis-ci.com/emmansun/gmsm.svg?branch=main)](https://travis-ci.com/emmansun/gmsm) <a href="https://github.com/emmansun/gmsm/actions?query=workflow%3Aci+branch%3Amain"><img src="https://github.com/emmansun/gmsm/workflows/ci/badge.svg" alt="CI" style="max-width: 100%;"></a> [![Documentation](https://godoc.org/github.com/emmansun/gmsm?status.svg)](https://godoc.org/github.com/emmansun/gmsm) [![Release](https://img.shields.io/github/release/emmansun/gmsm/all.svg)](https://github.com/emmansun/gmsm/releases)
This is a **SM2 sm2p256v1** implementation whose performance is similar like golang native NIST P256 under **amd64** and **arm64**, for implementation detail, please refer [SM2实现细节](https://github.com/emmansun/gmsm/wiki/SM2%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96). This is a **SM2 sm2p256v1** implementation whose performance is similar like golang native NIST P256 under **amd64** and **arm64**, for implementation detail, please refer [SM2实现细节](https://github.com/emmansun/gmsm/wiki/SM2%E6%80%A7%E8%83%BD%E4%BC%98%E5%8C%96).