From 75283e25ee272bd6bd6cef54769562881f11924d Mon Sep 17 00:00:00 2001 From: xxchan Date: Tue, 5 Mar 2024 16:24:56 +0800 Subject: [PATCH] fix: fix ghac CI (#4320) fix: fix main CI fix ghac --- .github/workflows/service_test_ghac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/service_test_ghac.yml b/.github/workflows/service_test_ghac.yml index 826f67d6f433..0e81adb9eba2 100644 --- a/.github/workflows/service_test_ghac.yml +++ b/.github/workflows/service_test_ghac.yml @@ -57,7 +57,7 @@ jobs: - name: Test shell: bash working-directory: core - run: cargo nextest run behavior --features tests services-ghac + run: cargo nextest run behavior --features tests,services-ghac env: OPENDAL_TEST: ghac GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}