Run tests on CI
This commit is contained in:
parent
f81448bfd2
commit
ebfbc3f285
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -19,3 +19,5 @@ jobs:
|
|||
key: pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev-requirements.txt') }}
|
||||
- name: Install
|
||||
run: ./scripts/setup.sh
|
||||
- name: Run tests
|
||||
run: ./scripts/test.sh
|
||||
|
|
Reference in a new issue