Skip to content

Commit

Permalink
Remove test-temp from Rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 1, 2021
1 parent d5da351 commit 57c2553
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57c2553

Please sign in to comment.