Skip to content

Commit de1d308

Browse files
committed
fixing testing harness
1 parent 3eb7d72 commit de1d308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/workflows/runtest.yml
4242
with:
4343
target: ${{ inputs.target }}
44-
channel: nightly
44+
channel: ${{ inputs.channel }}
4545
target-feature: ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes', inputs.target-in-caps) }}
4646

4747
test-aesni-vaes-avx512f:
@@ -50,7 +50,7 @@ jobs:
5050
uses: ./.github/workflows/runtest.yml
5151
with:
5252
target: ${{ inputs.target }}
53-
channel: nightly
53+
channel: ${{ inputs.channel }}
5454
target-feature: ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+vaes,+avx512f', inputs.target-in-caps) }}
5555

5656
test-neon:
@@ -68,5 +68,5 @@ jobs:
6868
uses: ./.github/workflows/runtest.yml
6969
with:
7070
target: ${{ inputs.target }}
71-
channel: nightly
71+
channel: ${{ inputs.channel }}
7272
target-feature: ${{ format('CROSS_TARGET_{0}_RUSTFLAGS=+zkne,+zknd', inputs.target-in-caps) }}

0 commit comments

Comments
 (0)