Skip to content

Commit

Permalink
run mocha tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Aug 16, 2024
1 parent 89e29ba commit 204f3b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
run: |
pip install -r requirements.txt
make -C test
- name: Run mocha tests
run: |
npm install
npm test

0 comments on commit 204f3b5

Please sign in to comment.