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 c19767e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gcc-debug-proof-producer-nix-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and Test on Linux Platforms
name: Build and run on Linux Platforms

on:
workflow_call:

jobs:
build-and-test:
name: "Build and test Linux with gcc"
build-and-run:
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 c19767e

Please sign in to comment.