Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 7, 2024
1 parent dfee3c4 commit 461ae8e
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,10 @@ jobs:
- name: Test
run: |
cargo test
test_big_endian:
name: test (big-endian)
runs-on: ubuntu-latest
timeout-minutes: 20
env:
RUST_BACKTRACE: full
MIRIFLAGS: "-Zmiri-disable-isolation"
steps:
- uses: actions/checkout@v3
- name: Install miri
run: |
rustup override set nightly
rustup component add miri
- name: Test
- name: Check (big-endian)
run: |
cargo miri test --target powerpc64-unknown-linux-gnu
rustup target add powerpc64-unknown-linux-gnu
cargo check --target powerpc64-unknown-linux-gnu
fmt:
name: rustfmt
Expand Down

0 comments on commit 461ae8e

Please sign in to comment.