Skip to content

Commit ed46357

Browse files
Rust wrapper: Run unit tests in github workflow
1 parent 2819e5c commit ed46357

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust-wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828
- name: Build Rust Wrapper
2929
working-directory: wolfssl
3030
run: make -C wrapper/rust
31+
- name: Run Rust Wrapper Tests
32+
working-directory: wolfssl
33+
run: make -C wrapper/rust test

0 commit comments

Comments
 (0)