1
1
réplica de https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

fix rust bindings

Este commit está contenido en:
Henry Case 2021-03-25 00:08:14 +00:00
padre 64dc00767e
commit 730b2c7d47

Ver fichero

@ -21,3 +21,6 @@ jobs:
- name: run tests
run: |
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build