Update ci configuration for async feature rename

This commit is contained in:
Paolo Barbolini
2020-07-26 14:38:29 +02:00
parent 75e309731e
commit 213fe1dc4e

View File

@@ -38,7 +38,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --features=async
args: --features=async-std1
check:
name: Check