Skip to content

Commit

Permalink
Add miri CI on 32-bit and little and big endian
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent 56e96fb commit e245e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -53,6 +53,8 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
- run: cargo miri test
- run: cargo miri test --target i686-unknown-linux-gnu
- run: cargo miri test --target mips-unknown-linux-gnu

outdated:
name: Outdated
Expand Down

0 comments on commit e245e56

Please sign in to comment.