From: Martin Tournoij Date: Mon, 1 Aug 2022 22:58:19 +0000 (+0200) Subject: Run tests in illumos (#481) X-Git-Tag: v1.7.2~84 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=a58e8681387aa74029bb85c8f8a7c405ace32a58;p=fsnotify.git Run tests in illumos (#481) Doesn't really test anything yet, but should do soon. --- 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 ./...