Skip to content

Commit

Permalink
remove test prefix from extract jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys committed Feb 5, 2025
1 parent 9f90a4a commit 8dc9699
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
context: .docker/c/
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.VERSION_TAG }}
test-extract:
extract:
needs: [build-and-push-image]
runs-on: ubuntu-latest
container:
Expand All @@ -62,7 +62,7 @@ jobs:
path: libcrux-ml-kem/c
include-hidden-files: true
if-no-files-found: error
test-extract-header-only-ml-kem:
extract-header-only-ml-kem:
needs: [build-and-push-image]
runs-on: ubuntu-latest
container:
Expand All @@ -85,7 +85,7 @@ jobs:
path: libcrux-ml-kem/cg/
include-hidden-files: true
if-no-files-found: error
test-extract-header-only-ml-dsa:
extract-header-only-ml-dsa:
needs: [build-and-push-image]
runs-on: ubuntu-latest
container:
Expand All @@ -109,7 +109,7 @@ jobs:
include-hidden-files: true
if-no-files-found: error
test-build:
needs: [test-extract]
needs: [extract]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
cmake --build build --config Release
if: ${{ matrix.os != 'windows-latest' }}
test-build-header-only-ml-kem:
needs: [test-extract-header-only-ml-kem]
needs: [extract-header-only-ml-kem]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}

test-build-header-only-ml-dsa:
needs: [test-extract-header-only-ml-dsa]
needs: [extract-header-only-ml-dsa]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 8dc9699

Please sign in to comment.