From d7cdc4ff7db3ddcb90796d799b8aceb02c78470c Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Feb 2022 00:03:19 +0800 Subject: [PATCH] Temporary fix --- .github/workflows/rust.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4a7ca695..52fd3f82 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -256,11 +256,11 @@ jobs: args: > --manifest-path sea-orm-rocket/Cargo.toml - - uses: actions-rs/cargo@v1 - with: - command: test - args: > - --manifest-path sea-orm-cli/Cargo.toml + # - uses: actions-rs/cargo@v1 + # with: + # command: test + # args: > + # --manifest-path sea-orm-cli/Cargo.toml cli: name: CLI