1
1
镜像来自 https://github.com/henrydcase/pqc.git synced 2024-11-25 08:51:26 +00:00

remove not needed flag

This commit is contained in:
Henry Case 2021-06-20 21:36:11 +01:00
父節點 77ca982b4c
當前提交 9b7b7277ce

查看文件

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