Skip to content

Commit bf9ae4e

Browse files
committed
run tests during ci
1 parent 55bee3f commit bf9ae4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- name: Pre-commit hooks
5151
run: |
5252
pre-commit run --all-files
53+
- name: Run tests
54+
run: |
55+
cd tests/ && python -m unittest discover
56+
cd ..
5357
- name: Build assets
5458
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5559
- name: Archive bundles

0 commit comments

Comments
 (0)