瀏覽代碼

remove not needed flag

blog/frodo_constant_time_issue
Henry Case 3 年之前
父節點
當前提交
9b7b7277ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml 查看文件

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


Loading…
取消
儲存