Skip to content

Commit

Permalink
less
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Jul 31, 2024
1 parent 29aa998 commit 8470e50
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 8470e50

Please sign in to comment.