From 91f1700f5f4ea53c14b07fa3077d305d2db8a4b8 Mon Sep 17 00:00:00 2001 From: Michael Macias Date: Fri, 9 Jul 2021 18:44:29 -0500 Subject: [PATCH] github/workflows/ci: Enable async feature for tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1593bec8c..af9dac789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: - uses: actions/checkout@v2 - name: Update Rust run: rustup update stable && rustup default stable - - run: cargo test + - run: cargo test --features async