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