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 86d81ea commit d06fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

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

0 comments on commit d06fd2d

Please sign in to comment.