mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-21 06:00:45 -04:00
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:
parent
dfcfed8ace
commit
db5cc6758a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue