]> go.fuhry.dev Git - fsnotify.git/commitdiff
Run tests in illumos (#481)
authorMartin Tournoij <martin@arp242.net>
Mon, 1 Aug 2022 22:58:19 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Aug 2022 22:58:19 +0000 (00:58 +0200)
Doesn't really test anything yet, but should do soon.

.github/workflows/test.yml

index 5cd355adebcfdd3cd1f83a2735d34c59c2c005be..9f5856275f25bf81e4af04f8ac6478ee87bdfdf9 100644 (file)
@@ -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 ./...