From 7aeb15f2ff6c5be085ab4b9dd47a3cce9885edb5 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 13 Feb 2026 11:37:00 -0600 Subject: [PATCH] try this --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 8cc2e80..3bc4419 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -6,7 +6,7 @@ jobs: - run: nix-env --install nodejs - name: checkout uses: actions/checkout@v4 - - run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop && just test + - run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop --command just test # test: # runs-on: rust-latest # steps: