Ver a proveniência

remove not needed flag

blog/frodo_constant_time_issue
Henry Case há 3 anos
ascendente
cometimento
9b7b7277ce
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml Ver ficheiro

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


Carregando…
Cancelar
Guardar