소스 검색

Reject warnings from rust at CI time

Jelmer Vernooij 5 달 전
부모
커밋
7b881b38d3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/pythontest.yml

+ 2 - 0
.github/workflows/pythontest.yml

@@ -51,6 +51,8 @@ jobs:
       - name: Build
         run: |
           python setup.py build_ext -i
+        env:
+          RUSTFLAGS: "-D warnings"
       - name: codespell
         run: |
           pip install --upgrade codespell