Browse Source

Add Rust test step to CI workflow. (#1958)

Jelmer Vernooij 2 tháng trước cách đây
mục cha
commit
cc64be5402
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .github/workflows/pythontest.yml

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

@@ -65,6 +65,11 @@ jobs:
           python setup.py build_ext -i
         env:
           RUSTFLAGS: "-D warnings"
+      - name: Run Rust tests
+        run: |
+          cargo test
+        env:
+          RUSTFLAGS: "-D warnings"
       - name: codespell
         run: |
           codespell --config .codespellrc .