diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0052719..0e1d645 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: test - args: --features=async + args: --features=async-std1 check: name: Check