Skip to content

Commit

Permalink
Test compilation online
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Jun 17, 2024
1 parent 0b09a8c commit 54c88d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Version
run: |
npf-run --version
- name: Compilation test
run: |
python -m compileall -q npf *.py
- name: Unit test
run: |
python -m pytest integration/test_unittest.py
Expand Down

0 comments on commit 54c88d7

Please sign in to comment.