Skip to content

Commit 204f3b5

Browse files
committed
run mocha tests
1 parent 89e29ba commit 204f3b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
run: |
3131
pip install -r requirements.txt
3232
make -C test
33+
34+
- name: Run mocha tests
35+
run: |
36+
npm install
37+
npm test

0 commit comments

Comments
 (0)