Skip to content

Commit

Permalink
improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian authored and yndu13 committed Aug 20, 2024
1 parent a4f7a0f commit e686912
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
- name: Go Mod
run: go mod tidy

- name: Build
run: go build ./credentials

- name: Test
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./credentials/...

Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ We work hard to provide a high-quality and useful Credential for Alibaba Cloud,
- We maintain a high percentage of code coverage in our unit tests. If you make changes to the code, please add, update, and/or remove tests as appropriate.
- If your code does not conform to the standards, does not include adequate tests, we may ask you to update your pull requests before we accept them. We also reserve the right to deny any pull requests that do not align with our standards or goals.


[issues]: https://github.com/aliyun/credentials-go/issues
[pull-requests]: https://github.com/aliyun/credentials-go/pulls
[license]: http://www.apache.org/licenses/LICENSE-2.0
Expand Down

0 comments on commit e686912

Please sign in to comment.