Skip to content

Commit

Permalink
also test Miri with a big-endian architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 22, 2020
1 parent 0d98a8f commit 8bdef4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/miri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rustup component add miri

# Run tests
cargo miri test
cargo miri test --target=mips64-unknown-linux-gnuabi64 # big-endian architecture

# Restore old state in case Travis uses this cache for other jobs.
rustup default nightly

0 comments on commit 8bdef4e

Please sign in to comment.