Skip to content

Commit

Permalink
add ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
eraser5th committed Sep 10, 2024
1 parent d5165d4 commit 1714361
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ jobs:
- name: format check
run: |
cargo fmt --check
- name: test
run: |
cargo test

0 comments on commit 1714361

Please sign in to comment.