Skip to content

Commit 6dc378f

Browse files
committed
Add publish
1 parent f94ca04 commit 6dc378f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
- name: Install
2929
uses: dtolnay/rust-toolchain@stable
3030
with:
31-
components: clippy, rustfmt, tarpaulin
31+
components: clippy, rustfmt
32+
- name: Install tarpaulin
33+
run: cargo install cargo-tarpaulin
3234
- name: Build
3335
run: cargo check
3436
- name: Test

0 commit comments

Comments
 (0)