We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519d42b commit 20c2f17Copy full SHA for 20c2f17
1 file changed
.github/workflows/library_rust_tests.yml
@@ -105,6 +105,13 @@ jobs:
105
cp runtimes/java/*.json runtimes/rust/
106
107
- name: Test ${{ matrix.library }} Rust
108
+ shell: bash
109
+ working-directory: ./${{ matrix.library }}
110
+ run: |
111
+ make test_rust
112
+
113
+ - name: Test ${{ matrix.library }} Rust Debug
114
+ if: ${{ matrix.library != 'TestVectors' }}
115
shell: bash
116
working-directory: ./${{ matrix.library }}
117
run: |
0 commit comments