Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed May 30, 2024
1 parent 55941cf commit f9ec1b6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:

- uses: Swatinem/[email protected]

- name: Cargo update
run: cargo update

- name: "Build"
run: cargo build

Expand Down Expand Up @@ -78,15 +75,10 @@ jobs:
with:
toolchain: nightly
components: miri
targets: ${{ matrix.target }}

- uses: Swatinem/[email protected]

- name: Build
- name: Test with Miri on ${{ matrix.target }}
run: |
cargo version --verbose
cargo update
cargo build --target ${{ matrix.target }}
- name: Test with Miri on ${{ matrix.target }}
run: cargo miri test -p clmul -p matrix-transpose --target ${{ matrix.target }}
cargo miri test -p clmul -p matrix-transpose --target ${{ matrix.target }}

0 comments on commit f9ec1b6

Please sign in to comment.