Skip to content

Commit

Permalink
add more descriptive title to CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 13, 2024
1 parent 1a3aabe commit b9b9999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc-debug-proof-producer-nix-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Run checks for debug proof-producer
run: |
nix build -L .?#checks.x86_64-linux.proof-producer-debug-tests
nix build -L .?#checks.x86_64-linux.proof-producer-debug-gcc
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ concurrency:

jobs:
test-linux-gcc:
name: Linux placeholder testing with gcc
name: Gcc release full Linux testing
uses: ./.github/workflows/gcc-linux-nix-check.yml
if: |
always() && !cancelled()
secrets: inherit

test-linux-clang:
name: Linux placeholder testing with clang
name: Clang release full Linux testing
uses: ./.github/workflows/clang-linux-nix-check.yml
if: |
always() && !cancelled()
secrets: inherit

test-linux-proof-producer-debug-gcc:
name: Linux proof-producer testing with debug gcc
name: Gcc debug proof-producer Linux testing
uses: ./.github/workflows/gcc-debug-proof-producer-nix-check.yml
if: |
always() && !cancelled()
Expand Down

0 comments on commit b9b9999

Please sign in to comment.