From 9abcab97f8828b9452745327f4f69490e1b34cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Fri, 15 Nov 2024 17:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20CI.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8be8c44..ba2e665 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,5 +42,4 @@ jobs: - name: Run across crate example test run: / cargo run \ - --manifest-path \ - ./tests/across_crate_entry/Cargo.toml + --manifest-path tests/across_crate_entry/Cargo.toml