diff options
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/test.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 71cb09e8..3870bbb4 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -72,6 +72,23 @@ jobs: path: result/* retention-days: 1 + sharefs: + name: ShareFS + runs-on: nix + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Run NixOS test + run: nix build --out-link "result" --print-out-paths --print-build-logs .#checks.x86_64-linux.sharefs + + - name: Upload test output + uses: actions/upload-artifact@v3 + with: + name: "sharefs-vm-output" + path: result/* + retention-days: 1 + hpkg: name: Hpkg runs-on: nix @@ -96,6 +113,7 @@ jobs: - race - sandbox - sandbox-race + - sharefs - hpkg runs-on: nix steps: |
