Skip to content

Commit

Permalink
Use the correct test command for dio
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jan 25, 2024
1 parent 80dfbbe commit 2665f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: cd main; go build -v

- name: Test dio
run: cd main; go test -v
run: cd main; go test ./cmd -v -check.v

0 comments on commit 2665f08

Please sign in to comment.