Skip to content

Commit 18fe493

Browse files
Merge pull request #20 from mdsol/fix-for-build
Needed to fix GHA deploy
2 parents a5f7e24 + 63b9bb9 commit 18fe493

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
- name: Run tests
6161
run: |
6262
cargo test --all-features
63+
64+
- name: Publication Dry Run
65+
run: cargo publish --dry-run

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22+
with:
23+
submodules: true
2224

2325
- name: Setup Rust toolchain
2426
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)