فهرست منبع

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