Skip to content

Commit

Permalink
added tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathieufact committed Mar 25, 2024
1 parent f747f28 commit d0f3a8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ jobs:
poetry install
- name: Run Pre commit hooks
run: make format-code
run: make format-code

- name: Run Tests
run: pytest tests

0 comments on commit d0f3a8c

Please sign in to comment.