Skip to content

Commit

Permalink
chore(ci): add package build step for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Anderson committed Dec 17, 2024
1 parent bbada66 commit 047d9e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
run: |
make test
- name: Build
run: |
uv build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 047d9e5

Please sign in to comment.