Sfoglia il codice sorgente

fix rust bindings

tags/v0.0.1
Henry Case 3 anni fa
parent
commit
730b2c7d47
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      .github/workflows/main.yml

+ 3
- 0
.github/workflows/main.yml Vedi 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

Caricamento…
Annulla
Salva