Skip to content

Commit

Permalink
Reorder paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Aug 30, 2023
1 parent 65fd829 commit d681b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: sudo ln -s /usr/include/x86_64-linux-gnu/asm /usr/include/asm

- name: Build with make
run: sudo PATH=$PATH:/usr/local/go/bin make release
run: sudo PATH=/usr/local/go/bin:$PATH make release

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

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

0 comments on commit d681b71

Please sign in to comment.