Ver Fonte

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

Jelmer Vernooij há 2 meses atrás
pai
commit
cc64be5402
1 ficheiros alterados com 5 adições e 0 exclusões
  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 .