Skip to content

Commit

Permalink
Also test buidling the package
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Apr 13, 2024
1 parent 68e17cb commit d37e43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
hatch run lint:all
hatch run pre-commit run --all-files
- name: Build the package
working-directory: ./hatchlor-demo
run: hatch build

- name: Test lock-file related commands
if: matrix.cookiecutter_cfg == 'lock-file.yml'
working-directory: ./hatchlor-demo
Expand Down

0 comments on commit d37e43b

Please sign in to comment.