We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bee3f commit bf9ae4eCopy full SHA for bf9ae4e
.github/workflows/build.yml
@@ -50,6 +50,10 @@ jobs:
50
- name: Pre-commit hooks
51
run: |
52
pre-commit run --all-files
53
+ - name: Run tests
54
+ run: |
55
+ cd tests/ && python -m unittest discover
56
+ cd ..
57
- name: Build assets
58
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
59
- name: Archive bundles
0 commit comments