From 57c255387f62884915311a7f3a8995c2c209b58e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 2 Nov 2021 02:08:49 +0800 Subject: [PATCH] Remove test-temp from Rust.yml --- .github/workflows/rust.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a2704e88..521238af 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -260,27 +260,6 @@ jobs: args: > --manifest-path sea-orm-cli/Cargo.toml - test-temp: - name: Unit Test (Temp) - runs-on: ubuntu-20.04 - strategy: - matrix: - args: ["--workspace", "--doc", "--all-targets"] - fail-fast: false - steps: - - uses: actions/checkout@v2 - - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - - uses: actions-rs/cargo@v1 - with: - command: test - args: ${{ matrix.args }} - cli: name: CLI needs: init