moving the just command
Some checks failed
/ test (push) Failing after 1m26s

This commit is contained in:
Chris Cochrun 2026-02-13 11:24:32 -06:00
parent 0b6a1989a3
commit a71f276367

View file

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