fix rust bindings
This commit is contained in:
parent
64dc00767e
commit
730b2c7d47
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -21,3 +21,6 @@ jobs:
|
|||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
cd build && ./ut
|
cd build && ./ut
|
||||||
|
- name: Build Rust bindings
|
||||||
|
run: |
|
||||||
|
cd src/rustapi/pqc-sys && cargo build
|
||||||
|
Loading…
Reference in New Issue
Block a user