Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed May 29, 2024
1 parent e962a77 commit e9b0b6a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:

- uses: Swatinem/[email protected]

- name: Build
run: |
cargo version --verbose
cargo update
cargo build --target ${{ matrix.target }}
- name: Cargo version
run: cargo version --verbose

- name: Test with Miri on ${{ matrix.target }}
run: cargo miri test -p clmul -p matrix-transpose --target ${{ matrix.target }}

0 comments on commit e9b0b6a

Please sign in to comment.