Parcourir la source

remove not needed flag

blog/frodo_constant_time_issue
Henry Case il y a 3 ans
Parent
révision
9b7b7277ce
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer