Updated actions with test
This commit is contained in:
parent
8d06aea00b
commit
fb1694b096
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: >
|
args: >
|
||||||
--all
|
--workspace
|
||||||
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -153,6 +153,12 @@ jobs:
|
|||||||
args: >
|
args: >
|
||||||
--manifest-path sea-orm-rocket/Cargo.toml
|
--manifest-path sea-orm-rocket/Cargo.toml
|
||||||
|
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
args: >
|
||||||
|
--manifest-path sea-orm-cli/Cargo.toml
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
name: CLI
|
name: CLI
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user