Test async-io

This commit is contained in:
Stjepan Glavina 2020-09-14 20:31:23 +02:00
parent 7738ca0b25
commit d8c32a0140
1 changed files with 7 additions and 0 deletions

View File

@ -57,3 +57,10 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
- name: Clone async-io
run: git clone https://github.com/stjepang/async-io.git && cd async-io
- name: Patch polling
run: echo '[patch.crates-io]' >> Cargo.toml && echo 'polling = { path = ".." }' >> Cargo.toml
- name: Test async-io
run: cargo test