From b8ba94052614a8132eba0d6145d6b4f93810a093 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Tue, 12 Sep 2023 00:27:07 +0000 Subject: [PATCH] try with tokio --- .github/workflows/test-sccache.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-sccache.yaml b/.github/workflows/test-sccache.yaml index a43f2b727..de6a41198 100644 --- a/.github/workflows/test-sccache.yaml +++ b/.github/workflows/test-sccache.yaml @@ -33,5 +33,5 @@ jobs: - name: quick test serde run: cargo c -p serde_json - # - name: quick test tokio - # run: cargo c -p tokio \ No newline at end of file + - name: quick test tokio + run: cargo c -p tokio \ No newline at end of file