Skip to content

Commit de4534c

Browse files
committed
run unit tests
1 parent 06bb249 commit de4534c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
run: |
5555
pylint $( find . -path './jepler*.py' )
5656
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace $( find . -path "./examples/*.py" ))
57+
- name: Unit Test
58+
run: python test.py
5759
- name: Build assets
5860
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
5961
- name: Build docs

0 commit comments

Comments
 (0)