Skip to content

Commit

Permalink
run schema tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Sep 24, 2024
1 parent 4eea525 commit 84938fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
architecture: x64

- name: Install
run: pip install .
run: pip install .[development]

- name: Test
run: python run_tests.py
run: |
python run_tests.py
python tests/data_schemas.py

0 comments on commit 84938fc

Please sign in to comment.