Skip to content

Commit

Permalink
test nix-shell action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxc committed Apr 15, 2024
1 parent 9ec6523 commit 39370ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/amd64-linux-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,14 @@ jobs:
- name: enter nix shell
run: nix --experimental-features 'nix-command flakes' develop

- name: compile and run
run: make -j$JOBS -C test/ CI=1 default
- name: enter nix shell
uses: workflow/nix-shell-action@v3
with:
flake: .#easycrypt
script: |
# compile and run
make -j$JOBS -C test/ CI=1 default
- name: print logs
run: make -C test/ CI=1 reporter
- name: return error if there are any errors
Expand Down

0 comments on commit 39370ff

Please sign in to comment.