Skip to content

Commit

Permalink
Update crates (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Aug 20, 2024
1 parent 4c51cdb commit 5987dbb
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 226 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2

publish-check:
name: Publish Check
Expand All @@ -68,3 +68,10 @@ jobs:
- run: cargo fetch
- name: cargo publish check
run: cargo publish --dry-run

test_success:
runs-on: ubuntu-22.04
needs: [lint, test, publish-check, deny-check]
steps:
- run: echo "All test jobs passed"

Loading

0 comments on commit 5987dbb

Please sign in to comment.