From a58e8681387aa74029bb85c8f8a7c405ace32a58 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Tue, 2 Aug 2022 00:58:19 +0200 Subject: [PATCH] Run tests in illumos (#481) Doesn't really test anything yet, but should do soon. --- .github/workflows/test.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5cd355a..9f58562 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,3 +77,17 @@ jobs: run: | # TODO: no -race for the same reason as OpenBSD (the timing; it does run). go117 test ./... + + testillumos: + runs-on: macos-12 + name: test (illumos, 1.17) + steps: + - uses: actions/checkout@v2 + - name: test (illumos, 1.17) + id: test + uses: papertigers/illumos-vm@r38 + with: + prepare: | + pkg install go-117 + run: | + /opt/ooce/go-1.17/bin/go test ./... -- 2.50.1