Skip to content

Commit

Permalink
Switch miri BE test to arm ARM BE8
Browse files Browse the repository at this point in the history
- I think mips is getting only target 3, so maybe no rust-std? idk
  • Loading branch information
wcampbell0x2a committed Aug 6, 2023
1 parent bd48101 commit 80be0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
toolchain: nightly
override: true
components: miri
target: mips64-unknown-linux-gnuabi64
- run: cargo miri test --target mips64-unknown-linux-gnuabi64
target: armebv7r-none-eabi
- run: cargo miri test --target armebv7r-none-eabi

examples:
name: Examples
Expand Down

0 comments on commit 80be0ec

Please sign in to comment.