Skip to content

Commit

Permalink
(github) Run agrf unit tests -- lol, didn't realize they aren't run...
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 1, 2024
1 parent f0af5b2 commit 00aad78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: sudo apt update && sudo apt install python3-ply python3-pil
- name: Install python deps
run: pip install -r requirements.txt && pip install pytest
- name: Test agrf
run: pytest agrf
- name: Test stations
run: pytest station
- name: Test AEGIS
Expand Down

0 comments on commit 00aad78

Please sign in to comment.