Skip to content

Commit

Permalink
Comment the endianness of the miri runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2022
1 parent de3fbcf commit 1cef40e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -55,8 +55,10 @@ 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
- name: Run cargo miri test (32-bit little endian)
run: cargo miri test --target i686-unknown-linux-gnu
- name: Run cargo miri test (32-bit big endian)
run: cargo miri test --target mips-unknown-linux-gnu

outdated:
name: Outdated
Expand Down

0 comments on commit 1cef40e

Please sign in to comment.