1

Run tests on CI

This commit is contained in:
Jake Howard 2020-04-12 15:37:22 +01:00
parent f81448bfd2
commit ebfbc3f285
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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