diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-25 20:44:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-25 20:50:24 +0900 |
| commit | aa454b158f3713b2ee47162837dcea1efdce0ee6 (patch) | |
| tree | 71c9ebf64bf518311fccef1b9c0fc25d59778c26 /.gitea | |
| parent | 7007bd6a1c022dee1951413b820a54f5b4271bbb (diff) | |
cmd/planterette: remove hsu special case
Remove special case and invoke hakurei out of process.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitea')
| -rw-r--r-- | .gitea/workflows/test.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 70096439..cb1ce8c1 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -73,20 +73,20 @@ jobs: path: result/* retention-days: 1 - fpkg: - name: Fpkg + planterette: + name: Planterette 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.fpkg + run: nix build --out-link "result" --print-out-paths --print-build-logs .#checks.x86_64-linux.planterette - name: Upload test output uses: actions/upload-artifact@v3 with: - name: "fpkg-vm-output" + name: "planterette-vm-output" path: result/* retention-days: 1 @@ -97,7 +97,7 @@ jobs: - race - sandbox - sandbox-race - - fpkg + - planterette runs-on: nix steps: - name: Checkout |
