Skip to content

Commit

Permalink
ci: Add async-io tests back to CI
Browse files Browse the repository at this point in the history
Closes #145

Signed-off-by: John Nunley <dev@notgull.net>
  • Loading branch information
notgull authored Jan 8, 2024
1 parent 0c794fc commit 1f13664
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
- name: Check haiku
if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
run: cargo check -Z build-std --target x86_64-unknown-haiku
- name: Clone async-io
run: git clone https://github.com/smol-rs/async-io.git
# The async-io Cargo.toml already has a patch section at the bottom, so we
# can just add this.
- name: Patch polling
run: echo 'polling = { path = ".." }' >> async-io/Cargo.toml
- name: Test async-io
run: cargo test --manifest-path=async-io/Cargo.toml

cross:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1f13664

Please sign in to comment.