Skip to content

Commit 5a11e99

Browse files
committed
chore(actions): run tests in CI
1 parent c5e0a5f commit 5a11e99

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ jobs:
2323
- name: Run lint task
2424
run: mise run lint
2525

26+
test:
27+
name: Test
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: Checkout
31+
uses: actions/checkout@v6
32+
33+
- name: Setup mise
34+
uses: jdx/mise-action@v4
35+
with:
36+
install: true
37+
cache: true
38+
39+
- name: Run test task
40+
run: mise run test
41+
2642
check-doc:
2743
name: Docs up-to-date
2844
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)