From a71f276367008052b91f98ec101d11f5364a63be Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 13 Feb 2026 11:24:32 -0600 Subject: [PATCH] moving the just command --- .forgejo/workflows/demo.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index f260ea7..8cc2e80 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -6,5 +6,14 @@ jobs: - run: nix-env --install nodejs - name: checkout uses: actions/checkout@v4 - - run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop - - run: just test + - run: nix --extra-experimental-features nix-command --extra-experimental-features flakes develop && just test + # test: + # runs-on: rust-latest + # steps: + # - name: checkout + # uses: actions/checkout@v4 + # - run: | + # apt update + # apt upgrade + # apt install just + # - run: just test