This commit is contained in:
parent
0b6a1989a3
commit
a71f276367
1 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue