Unverified Commit a1f32867 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Update pr-test-rust.yml to add a "finish" step (#1975)

parent 760552e0
......@@ -26,14 +26,23 @@ jobs:
- name: Install dependencies
run: |
bash scripts/ci_install_rust.sh
- name: Run fmt
run: |
source "$HOME/.cargo/env"
cd rust/
cargo fmt -- --check
- name: Run test
timeout-minutes: 20
run: |
source "$HOME/.cargo/env"
cd rust/
cargo test
finish:
needs: [unit-test-rust]
runs-on: ubuntu-latest
steps:
- name: Finish
run: echo "This is an empty step to ensure that all jobs are completed."
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment