Skip to content

Commit

Permalink
Move to use sudo inside go
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Sep 4, 2023
1 parent 9b894cc commit 180ba7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ jobs:
go-version: "1.21.0"

- name: Test with the Go CLI
run: sudo go version

- name: Test with the Go CLI
run: sudo go env

- name: Test with the Go CLI
run: sudo -E go test -v ./...
run: go test -exec sudo -v ./...

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 180ba7d

Please sign in to comment.