Skip to content

Commit

Permalink
release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Benes committed Dec 10, 2023
1 parent 4fe2138 commit 4f11d20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
pip install --find-links ./dist conseal --no-index
- name: Run unittests
shell: bash
run: python tests/test.py
run: |
python -m unittest
- name: Print log
shell: bash
if: always()
Expand Down

0 comments on commit 4f11d20

Please sign in to comment.