Skip to content

Commit 20c2f17

Browse files
committed
m
1 parent 519d42b commit 20c2f17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/library_rust_tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ jobs:
105105
cp runtimes/java/*.json runtimes/rust/
106106
107107
- 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' }}
108115
shell: bash
109116
working-directory: ./${{ matrix.library }}
110117
run: |

0 commit comments

Comments
 (0)