1 parent 47e0d96 commit 78a3af3Copy full SHA for 78a3af3
12 files changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- if: matrix.crypto == 'with'
25
run: pip install 'cryptography>=42'
26
- - run: python test_server.py -v
+ - run: python -m unittest discover -s tests/backend -t . -v
27
28
frontend:
29
runs-on: ubuntu-latest
0 commit comments