Skip to content

Commit

Permalink
ci: miri test
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed May 5, 2024
1 parent 4c3bda6 commit dda8100
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,22 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test

miri:
name: Miri
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2

- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true

- name: Run cargo miri test
uses: actions-rs/cargo@v1
with:
command: miri test

0 comments on commit dda8100

Please sign in to comment.