Update ci configuration for async feature rename
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --features=async
|
||||
args: --features=async-std1
|
||||
|
||||
check:
|
||||
name: Check
|
||||
|
||||
Reference in New Issue
Block a user