Skip to content

Commit 9d299bb

Browse files
committed
remove test and duplicate workflow
1 parent b77801f commit 9d299bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test and Publish crate
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44

55
jobs:
66
tests:
@@ -23,7 +23,6 @@ jobs:
2323
components: rustfmt
2424

2525
- run: cargo fmt --all -- --check
26-
- run: cargo test --all
2726
- run: cd cosmogony && cargo test --all
2827

2928
- name: Publish crate

0 commit comments

Comments
 (0)