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