Skip to content

Commit

Permalink
ci: add cargo package
Browse files Browse the repository at this point in the history
Resolves: #4
  • Loading branch information
adamchristiansen authored Jun 21, 2024
1 parent 2f2934b commit 4e19cba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ jobs:
uses: actions/checkout@v4
- name: Clippy
run: cargo clippy --verbose --all-targets --all-features

package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Package
run: cargo package --verbose --all-features

0 comments on commit 4e19cba

Please sign in to comment.