Skip to content

Commit

Permalink
fix: fix ghac CI (#4320)
Browse files Browse the repository at this point in the history
fix: fix main CI

fix ghac
  • Loading branch information
xxchan authored Mar 5, 2024
1 parent 0d6d866 commit 75283e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service_test_ghac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 75283e2

Please sign in to comment.