Skip to content

Commit 20d25de

Browse files
committed
feat: add test job
1 parent eee0293 commit 20d25de

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ jobs:
3636
- name: Dirty files message
3737
if: failure() && steps.check-dirty.outcome == 'failure'
3838
run: echo "::error::Uncommitted changes detected. Run 'make format' locally."
39+
test:
40+
name: Test
41+
runs-on: ubuntu-latest
42+
steps:
43+
- uses: actions/checkout@v6
44+
- uses: ./.github/actions/setup
45+
- run: make test

0 commit comments

Comments
 (0)