Browse Source

fix rust bindings

tags/v0.0.1
Henry Case 3 years ago
parent
commit
730b2c7d47
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .github/workflows/main.yml

+ 3
- 0
.github/workflows/main.yml View File

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

Loading…
Cancel
Save