Skip test of async-io in MSRV

This commit is contained in:
Taiki Endo 2021-03-20 19:44:57 +09:00
parent 38441655db
commit fba6877b3c
1 changed files with 1 additions and 0 deletions

View File

@ -62,3 +62,4 @@ jobs:
run: echo 'polling = { path = ".." }' >> async-io/Cargo.toml
- name: Test async-io
run: cargo test --manifest-path=async-io/Cargo.toml
if: matrix.rust != '1.40.0'