Skip to content

Commit

Permalink
chore: add frontent test to ci (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mpch authored Feb 21, 2025
1 parent 468df27 commit 4617a01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,8 @@ jobs:
- name: Run tests
run: cd src-tauri && cargo test ${{ matrix.args }}

- name: Run frontend tests
run: bun test

- name: Run clippy
run: cd src-tauri && cargo clippy ${{ matrix.args }} -- -D warnings

0 comments on commit 4617a01

Please sign in to comment.