Skip to content

Commit

Permalink
correct code review notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 16, 2024
1 parent f811ac5 commit ef0babd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gcc-debug-proof-producer-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-and-test:
name: "Build and test Linux with gcc"
name: "Build proof-producer binary in debug mode"
runs-on: [self-hosted, Linux, X64, aws_autoscaling]
steps:
# https://github.com/actions/checkout/issues/1552
Expand All @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- name: Run checks for debug proof-producer
- name: Build and run proof-producer in debug mode
run: |
nix run .#multi-threaded -- --help
nix run .#single-threaded -- --help

0 comments on commit ef0babd

Please sign in to comment.