Skip to content

Commit

Permalink
ci: Use cargo test instead of carge nextest (#3505)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Nov 7, 2023
1 parent 91661d4 commit abca9b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/behavior_test_core/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
- name: Run Test Core
shell: bash
working-directory: core
run: cargo nextest run behavior --features tests,${{ inputs.feature }}
run: cargo test behavior --features tests,${{ inputs.feature }}
env:
OPENDAL_TEST: ${{ inputs.service }}
EOF
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/behavior_test_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup
with:
need-nextest: true
need-protoc: true
need-rocksdb: true
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit abca9b8

Please sign in to comment.