diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f69203947..931ca723aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,16 +43,16 @@ jobs: - name: Rust Build run: cargo build --all-features --all-targets + - name: Pytest - PyVortex + run: rye run pytest --benchmark-disable test/ + working-directory: pyvortex/ + - name: License Check run: cargo install --locked cargo-deny && cargo deny check - uses: rustsec/audit-check@v1.4.1 with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Pytest - PyVortex - run: rye run pytest --benchmark-disable test/ - working-directory: pyvortex/ - miri: name: 'miri' runs-on: ubuntu-latest