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: