Skip to content

Commit 4eb96f9

Browse files
committed
fix tests workflow
1 parent e11739d commit 4eb96f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test with unittest
2828
run: |
2929
cd code
30-
python run_unittests.py
30+
python run_unittest.py

0 commit comments

Comments
 (0)