Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
herudi committed Feb 16, 2024
1 parent e42151c commit 8f9abec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
vlang
~/.vmodules
key: ${{ runner.os }}-${{ github.sha }}
- name: Verify Formatting
run: v fmt -verify ${{ env.MOD_PATH }}/
- name: Run Test
run: v test vel/vel_test.v
run: v test ${{ env.MOD_PATH }}/vel_test.v

0 comments on commit 8f9abec

Please sign in to comment.