浏览代码

Add Rust test step to CI workflow.

Jelmer Vernooij 2 月之前
父节点
当前提交
61706f7bd6
共有 1 个文件被更改,包括 5 次插入0 次删除
  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 .