Skip to content

Commit

Permalink
github: enable all tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Aug 29, 2024
1 parent f509be1 commit 5a1fd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test with unittest
run: |
python3 -m unittest -v tests/test_install.py
python3 -m unittest discover -v tests/
- name: Analysing the code with Pyright
uses: jakebailey/pyright-action@v2
Expand Down

0 comments on commit 5a1fd21

Please sign in to comment.