Merge pull request #505 from zcash/ci-updates

CI updates
This commit is contained in:
str4d 2022-02-16 13:54:19 +00:00 committed by GitHub
commit c12620c598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -8,9 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# We don't need to test across multiple platforms yet
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
@ -106,9 +104,7 @@ jobs:
command: tarpaulin
args: --all-features --timeout 600 --out Xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
uses: codecov/codecov-action@v2.1.0
doc-links:
name: Intra-doc links