run tests during ci

This commit is contained in:
Jeff Epler 2021-03-22 21:11:11 -05:00
parent 55bee3f66c
commit bf9ae4ee28

View file

@ -50,6 +50,10 @@ jobs:
- name: Pre-commit hooks
run: |
pre-commit run --all-files
- name: Run tests
run: |
cd tests/ && python -m unittest discover
cd ..
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Archive bundles