Skip to content

Commit 2a7fb69

Browse files
committed
ci: run lint and test in parallel
No dependency between lint and test — a formatting issue shouldn't block test results.
1 parent 5087c52 commit 2a7fb69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- run: uv run ruff format --check .
5858

5959
test:
60-
needs: [resolve-python, lint]
60+
needs: resolve-python
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix:

0 commit comments

Comments
 (0)