Skip to content

Commit

Permalink
run jlog in nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxc committed Apr 15, 2024
1 parent 0f8c68a commit 0ddbbf0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/amd64-linux-main-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
with:
flakes: .#ci
flakes-from-devshell: true
script: make -j$JOBS -C proof/ CI=1 default

- name: dist
run: ./scripts/ci/releaser/jdist-proof
script: |
# extract and check
make -j$JOBS -C proof/ CI=1 default
# dist
./scripts/ci/releaser/jdist-proof
- name: print logs
run: make -C proof/ CI=1 reporter
Expand Down

0 comments on commit 0ddbbf0

Please sign in to comment.