Skip to content

Commit

Permalink
test miri setup
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed May 29, 2024
1 parent 7497bbf commit 2489442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ jobs:
- name: Cargo version
run: cargo version --verbose

- name: Miri setup
run: cargo miri setup

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

0 comments on commit 2489442

Please sign in to comment.