try this
Some checks failed
/ test (push) Failing after 5m27s

This commit is contained in:
Chris Cochrun 2026-02-13 11:37:00 -06:00
parent a71f276367
commit 7aeb15f2ff

View file

@ -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: