Update rust.yml

Added tarpaulin as an experiment
This commit is contained in:
Jamie Hardt
2020-11-20 23:05:15 -08:00
committed by GitHub
parent 048f58d856
commit 5cd58c236b

View File

@@ -24,3 +24,5 @@ jobs:
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
- name: rust-tarpaulin
uses: actions-rs/tarpaulin@v0.1.0