mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Phase 4b: Unit Testing
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -539,6 +539,11 @@ jobs:
|
||||
fi
|
||||
"$PYTHON" -m pip install ..[yubikey]
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
"$PYTHON" -m pip install pytest
|
||||
"$PYTHON" -m pytest ../tests/ -v
|
||||
|
||||
- name: Install PyInstaller
|
||||
if: matrix.goal == 'build'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user