Rust wrapper: Run unit tests in github workflow

This commit is contained in:
Josh Holtrop
2025-09-19 07:34:37 -04:00
parent 2819e5c4cc
commit ed46357fe1

View File

@@ -28,3 +28,6 @@ jobs:
- name: Build Rust Wrapper
working-directory: wolfssl
run: make -C wrapper/rust
- name: Run Rust Wrapper Tests
working-directory: wolfssl
run: make -C wrapper/rust test