Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Jul 19, 2022
1 parent 9794af5 commit 1af6b85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/service_test_http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@ jobs:
- name: Start oay in background
shell: bash
working-directory: ./oay
run: cargo run -- http &
run: |
cargo build
cargo run -- http &
env:
RUST_BACKTRACE: full
RUST_LOG: debug
OAY_BACKEND_FS_ROOT: /tmp/oay/

- name: Test
shell: bash
run: cargo test http --features compress,retry,services_http -- --nocapture
run: cargo test http --features compress,retry,services-http -- --nocapture
env:
RUST_BACKTRACE: full
RUST_LOG: debug
Expand Down

1 comment on commit 1af6b85

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-5c3s6rs3j-databend.vercel.app

Built with commit 1af6b85.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.