Skip to content

Commit cf41d7d

Browse files
fix: workflow
1 parent e60eeba commit cf41d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull Request
1+
name: On Push
22

33
on:
44
push:
@@ -32,4 +32,4 @@ jobs:
3232
- name: Run tests with coverage
3333
run: |
3434
cargo install cargo-tarpaulin
35-
cargo tarpaulin --verbose
35+
cargo tarpaulin

0 commit comments

Comments
 (0)