Skip to content

Commit

Permalink
Add back illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Oct 18, 2023
1 parent 2f2332a commit 0614185
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 0614185

Please sign in to comment.