ソースを参照

remove not needed flag

tags/v0.0.1
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


読み込み中…
キャンセル
保存