ci: run frontier tests

This was skipped before due to flakiness, but it seems to be both
reliable and fast enough to be tolerable. It takes about 30 seconds
to complete on my local machine.
This commit is contained in:
Misty De Méo 2025-07-18 15:42:59 -07:00 committed by Misty De Méo
parent dfcfed8ace
commit db5cc6758a

View file

@ -29,4 +29,4 @@ jobs:
- name: Run tests
run: |
uv run py.test --tb=native --verbose tests/test_cli.py tests/test_units.py
uv run py.test --tb=native --verbose tests/test_cli.py tests/test_frontier.py tests/test_units.py