run tests during ci
This commit is contained in:
parent
55bee3f66c
commit
bf9ae4ee28
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue