Skip to content

Commit

Permalink
add github workflow integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Sep 19, 2024
1 parent 82de1f5 commit 3d3abb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Prepare tests
run: 'make info deps'

- name: Install test resoiurces
run: 'pip install plac'

- name: Run tests
run: 'make testall'

0 comments on commit 3d3abb5

Please sign in to comment.