Skip to content

Commit

Permalink
I hate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Aug 30, 2023
1 parent d681b71 commit b1084ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: sudo PATH=/usr/local/go/bin:$PATH make release

- name: Test with the Go CLI
run: sudo PATH=/usr/local/go/bin:$PATH go test -v ./...
run: sudo /usr/local/go/bin/go test -v ./...

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit b1084ae

Please sign in to comment.