Skip to content

Commit

Permalink
chore(ci): make test names unique for fft and ntt
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jan 7, 2025
1 parent bc742e9 commit d2a4056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cargo_test_fft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

jobs:
cargo-tests:
cargo-tests-fft:
runs-on: ${{ matrix.runner_type }}
strategy:
matrix:
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
make test_fft_no_std
cargo-tests-nightly:
cargo-tests-fft-nightly:
runs-on: ${{ matrix.runner_type }}
strategy:
matrix:
Expand All @@ -60,7 +60,7 @@ jobs:
run: |
make test_fft_no_std_nightly
cargo-tests-node-js:
cargo-tests-fft-node-js:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cargo_test_ntt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

jobs:
cargo-tests:
cargo-tests-ntt:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Test no-std
run: make test_ntt_no_std

cargo-tests-nightly:
cargo-tests-ntt-nightly:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit d2a4056

Please sign in to comment.