Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed May 28, 2024
1 parent 8157dec commit 04fd9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- uses: Swatinem/[email protected]

- name: Cargo update
run: cargo update

- name: "Build"
run: cargo build

Expand All @@ -52,9 +55,6 @@ jobs:
rustup override set nightly
cargo miri setup
- name: Cargo update
run: cargo update

- name: Test with Miri on x86_64
run: cargo miri test -p clmul -p matrix-transpose --target x86_64-unknown-linux-gnu

Expand Down

0 comments on commit 04fd9e1

Please sign in to comment.