Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1dcbb06

Browse files
committedNov 25, 2024··
m
1 parent ebf6564 commit 1dcbb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
make transpile_rust TRANSPILE_TESTS_IN_RUST=1 CORES=$CORES
9898
9999
- name: Copy ${{ matrix.library }} Vector Files
100-
if: ${{ matrix.library == TestVectors' }}
100+
if: ${{ matrix.library == 'TestVectors' }}
101101
shell: bash
102102
working-directory: ./${{ matrix.library }}
103103
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.