Skip to content

Commit

Permalink
Run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scspijker committed Aug 1, 2024
1 parent b36bab2 commit 79848ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install Hatch
run: pipx install hatch
#- name: Run tests
# run: hatch run test:test
- name: Run tests
run: hatch test
- name: Build dist
run: hatch build

0 comments on commit 79848ab

Please sign in to comment.