Remove test-temp from Rust.yml
This commit is contained in:
parent
d5da351f50
commit
57c255387f
21
.github/workflows/rust.yml
vendored
21
.github/workflows/rust.yml
vendored
@ -260,27 +260,6 @@ jobs:
|
|||||||
args: >
|
args: >
|
||||||
--manifest-path sea-orm-cli/Cargo.toml
|
--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:
|
cli:
|
||||||
name: CLI
|
name: CLI
|
||||||
needs: init
|
needs: init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user