Skip to content

Commit 404665d

Browse files
author
brentru
committed
point at tests
1 parent 5cd1cf3 commit 404665d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
secret_io_user: ${{ secrets.CI_IO_USERNAME }}
2525
run: cd tests/
2626
- name: Run all unittests
27-
run: python3 -m unittest discover
27+
run: |
28+
cd tests/
29+
python3 -m unittest discover

0 commit comments

Comments
 (0)