Skip to content

Commit

Permalink
Don't run illumos as root in the CI (#517)
Browse files Browse the repository at this point in the history
Fixes #515
  • Loading branch information
arp242 committed Oct 13, 2022
1 parent b5d7e40 commit acadbbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ jobs:
prepare: |
pkg install go-119
run: |
/opt/ooce/go-1.19/bin/go test ./...
useradd action
export GOCACHE=/tmp/go-cache
export GOPATH=/tmp/go-path
su action -c '/opt/ooce/go-1.19/bin/go test ./...'
# Older Debian 6, for old Linux kernels.
testDebian6:
Expand Down

0 comments on commit acadbbe

Please sign in to comment.