We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf6564 commit 1dcbb06Copy full SHA for 1dcbb06
.github/workflows/library_rust_tests.yml
@@ -97,7 +97,7 @@ jobs:
97
make transpile_rust TRANSPILE_TESTS_IN_RUST=1 CORES=$CORES
98
99
- name: Copy ${{ matrix.library }} Vector Files
100
- if: ${{ matrix.library == TestVectors' }}
+ if: ${{ matrix.library == 'TestVectors' }}
101
shell: bash
102
working-directory: ./${{ matrix.library }}
103
run: |
0 commit comments