Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwirn authored Mar 20, 2024
1 parent 2e4e16b commit 86d81ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
run: cd src; go build -v

- name: Go Tests
run: cd src; go test -v
shell: bash
run: ll ..; cd src; go test -v
- name: CLI test
shell: bash
run: cd src; bash test.sh

0 comments on commit 86d81ea

Please sign in to comment.