Skip to content

Commit

Permalink
Add api test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bear-Witness-98 committed Jul 19, 2024
1 parent a33bdea commit cac268e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Get model
run:
python challenge/model.py
- name: Run tests
- name: Run model test
run: |
make model-test
make model-test
- name: Run api test
run: |
make api-test

0 comments on commit cac268e

Please sign in to comment.