Skip to content

Commit

Permalink
only build proof-producer executable and not run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 13, 2024
1 parent b9b9999 commit fb3c42a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/gcc-debug-proof-producer-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,5 @@ jobs:

- name: Run checks for debug proof-producer
run: |
nix build -L .?#checks.x86_64-linux.proof-producer-debug-gcc
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
with:
check_name: "Proof-producer Debug Test Results"
files: "results/*.xml"
comment_mode: ${{ github.event.pull_request.head.repo.fork && 'off' || 'always' }} # Don't create PR comment from fork runs
action_fail_on_inconclusive: true # fail, if no reports

nix run .#multi-threaded -- --help
nix run .#single-threaded -- --help

0 comments on commit fb3c42a

Please sign in to comment.