From db5cc6758a56de8b7c16f2d1766d8ac18b98cb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Fri, 18 Jul 2025 15:42:59 -0700 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b48e3c2..941f828 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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