Skip to content

Commit 6eadd10

Browse files
committed
Fix permission
1 parent 7575782 commit 6eadd10

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
uses: dtolnay/rust-toolchain@stable
3030
with:
3131
components: clippy, rustfmt
32-
- name: Install tarpaulin
33-
run: cargo install cargo-tarpaulin
3432
- name: Build
3533
run: cargo check
36-
- name: Test
37-
run: cargo tarpaulin
34+
# - name: Test
35+
# run: cargo tarpaulin
36+
- name: Run cargo-tarpaulin
37+
uses: actions-rs/tarpaulin@v0.1
38+
3839

3940
# publish
4041
changepacks:

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)