1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

remove not needed flag

This commit is contained in:
Henry Case 2021-06-20 21:36:11 +01:00
parent 77ca982b4c
commit 9b7b7277ce

View File

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