Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add proof-producer-debug-gcc check in CI #203

Merged
merged 6 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
correct code review notes
  • Loading branch information
AndreyMlashkin committed Dec 16, 2024
commit c19767e0b02dff1723b20a06db69f82c815a25cc
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
@@ -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
Loading