From 0614185d4243e5a44a202fbef40c69ba648c7d9a Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Wed, 18 Oct 2023 19:19:54 +0100 Subject: [PATCH] Add back illumos --- .github/workflows/test.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2650fc6e..fe299c33 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -110,22 +110,22 @@ jobs: su action -c 'go120 test -parallel 1 ./...' # illumos - # testillumos: - # runs-on: macos-12 - # name: test (illumos, 1.19) - # steps: - # - uses: actions/checkout@v3 - # - name: test (illumos, 1.19) - # id: test - # uses: papertigers/illumos-vm@r38 - # with: - # prepare: | - # pkg install go-119 - # run: | - # useradd action - # export GOCACHE=/tmp/go-cache - # export GOPATH=/tmp/go-path - # su action -c '/opt/ooce/go-1.19/bin/go test -parallel 1 ./...' + testillumos: + runs-on: macos-12 + name: test (illumos, 1.19) + steps: + - uses: actions/checkout@v3 + - name: test (illumos, 1.19) + id: test + uses: papertigers/illumos-vm@r38 + with: + prepare: | + pkg install go-119 + run: | + useradd action + export GOCACHE=/tmp/go-cache + export GOPATH=/tmp/go-path + su action -c '/opt/ooce/go-1.19/bin/go test -parallel 1 ./...' # Older Debian 6, for old Linux kernels. testDebian6: