Temp bodge for unit tests?
This commit is contained in:
parent
7183516a2b
commit
7e8f0d49ea
1 changed files with 2 additions and 0 deletions
2
.github/workflows/unit_test.yml
vendored
2
.github/workflows/unit_test.yml
vendored
|
@ -26,5 +26,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install dependencies
|
||||
run: pip3 install -r requirements-dev.txt
|
||||
- name: Run tests
|
||||
run: make test:all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue