mirror of https://github.com/dswd/vpncloud.git
Remove version lock on cargo-tarpaulin
This commit is contained in:
parent
cd1b17e968
commit
9750ce035c
|
@ -41,7 +41,6 @@ jobs:
|
|||
- name: Run cargo-tarpaulin
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
version: '0.9.0'
|
||||
args: '-o Html -- --test-threads=1'
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v1
|
||||
|
|
Loading…
Reference in New Issue