Update rust.yml

This commit is contained in:
Cléo Rebert 2022-01-13 16:52:27 +01:00 committed by GitHub
parent f78707cb05
commit 5a39aa778b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ jobs:
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose --all-features
- name: Codecov
uses: codecov/codecov-action@v2.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}