1
1
miroir de https://github.com/henrydcase/pqc.git synchronisé 2024-11-25 08:51:26 +00:00

remove not needed flag

Cette révision appartient à :
Henry Case 2021-06-20 21:36:11 +01:00
Parent 77ca982b4c
révision 9b7b7277ce

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