ci: binja: log more

This commit is contained in:
Willi Ballenthin
2023-03-23 14:06:36 +01:00
parent d8aa276f25
commit 3be7bbbf88

View File

@@ -41,4 +41,4 @@ jobs:
- name: Run tests
env:
BN_LICENSE: ${{ secrets.BN_LICENSE }}
run: pytest -v tests/test_binja_features.py
run: pytest --capture=no --log-cli-level=WARN -v tests/test_binja_features.py