Skip to content

Commit

Permalink
Merge pull request #20 from mdsol/fix-for-build
Browse files Browse the repository at this point in the history
Needed to fix GHA deploy
  • Loading branch information
ejinotti-mdsol authored Dec 10, 2024
2 parents a5f7e24 + 63b9bb9 commit 18fe493
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ jobs:
- name: Run tests
run: |
cargo test --all-features
- name: Publication Dry Run
run: cargo publish --dry-run
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 18fe493

Please sign in to comment.