Skip to content

Commit

Permalink
Temporarily disable test with release mode on aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
Refs: #2451
  • Loading branch information
taiki-e committed Jun 18, 2021
1 parent dde3986 commit ce683a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -52,6 +52,8 @@ jobs:
- run: cargo install cross
- run: cross test --target ${{ matrix.target }} --workspace --all-features
- run: cross test --target ${{ matrix.target }} --workspace --all-features --release
# TODO: https://github.com/rust-lang/futures-rs/issues/2451
if: matrix.target != 'aarch64-unknown-linux-gnu'

core-msrv:
name: cargo +${{ matrix.rust }} build (futures-{core, io, sink, task})
Expand Down

0 comments on commit ce683a5

Please sign in to comment.