Skip to content

Commit

Permalink
Add code generator to test
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Aug 26, 2024
1 parent 45e4051 commit 417a09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r test-requirements.txt
./generate.sh
- name: Run tests
run: |
python -m unittest discover -s test
PYTHONPATH=gen python -m unittest discover -s test

0 comments on commit 417a09e

Please sign in to comment.