From 8470e503f4df9504e7a0e5c9b60ecd3b312b051c Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Wed, 31 Jul 2024 16:46:29 +0100 Subject: [PATCH] less --- .github/workflows/ci.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd7b5ab5d6..931ca723aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,18 +43,16 @@ jobs: - name: Rust Build run: cargo build --all-features --all-targets - - uses: EmbarkStudios/cargo-deny-action@v1 - with: - rust-version: "${{ steps.rust-version.outputs.version }}" + - 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