소스 검색

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


불러오는 중...
취소
저장