Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ofs write behavior #4617

Merged
merged 17 commits into from
May 23, 2024
2 changes: 1 addition & 1 deletion .github/actions/test_behavior_bin_ofs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
- name: Run Test Ofs
shell: bash
working-directory: bin/ofs
run: cargo test --features ${{ inputs.feature }} --no-default-features
run: cargo test --features ${{ inputs.feature }} --no-default-features -- --nocapture
env:
OPENDAL_TEST: ${{ inputs.service }}
EOF
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_behavior_bin_ofs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
test:
name: ${{ matrix.cases.service }} / ${{ matrix.cases.setup }}
runs-on: ${{ inputs.os }}
timeout-minutes: 10

strategy:
matrix:
cases: ${{ fromJson(inputs.cases) }}
Expand Down
Loading