Skip to content

Commit

Permalink
fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Jul 4, 2024
1 parent 54bc103 commit 2c0ce02
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 @@ -28,7 +28,9 @@ jobs:
- uses: actions/checkout@v4

- name: Tests
run: make test
run: |
cp testdata/.env testdata/.env.parse .
v test vdotenv_test.v
- name: Format
run: v fmt -verify .
Expand Down

0 comments on commit 2c0ce02

Please sign in to comment.