Update build.yml

This commit is contained in:
Justin Hammond 2021-09-22 01:15:44 +08:00 committed by GitHub
parent 17601d7326
commit 2a6eeae193
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v1
- name: Run tests
run: go test -v -race -covermode=atomic -coverprofile=coverage
run: go test -v -race -covermode=atomic -coverprofile=coverage.out
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)