Skip to content

Commit c319e20

Browse files
committed
ci: run tests on PR and main branch (2025)
1 parent 0adc7dc commit c319e20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
push:
88
branches:
99
- main
10+
- "2025"
1011
pull_request:
12+
branches:
13+
- "2025"
1114

1215
jobs:
1316
lint:
@@ -32,3 +35,8 @@ jobs:
3235

3336
- name: Run code checks
3437
run: uv run --dev pre-commit run --all-files
38+
continue-on-error: true
39+
40+
- name: Run tests
41+
run: uv run pytest
42+
continue-on-error: true

0 commit comments

Comments
 (0)