Sfoglia il codice sorgente

remove not needed flag

blog/frodo_constant_time_issue
Henry Case 3 anni fa
parent
commit
9b7b7277ce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml Vedi File

@@ -76,7 +76,7 @@ jobs:
make
- name: run tests
run: |
cd build && ./ut ${FILTER_TESTS}
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build


Caricamento…
Annulla
Salva