Comment aloha, add test to CI

This commit is contained in:
Simon Alibert
2024-03-07 15:57:38 +01:00
parent 524d29aa80
commit 54b05bfb77
2 changed files with 9 additions and 4 deletions

View File

@@ -87,6 +87,10 @@ jobs:
#----------------------------------------------
# run tests
#----------------------------------------------
- name: Run tests
run: |
source .venv/bin/activate
pytest tests
- name: Test train pusht end-to-end
run: |
source .venv/bin/activate