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:
|
||||
command: test
|
||||
args: >
|
||||
--all
|
||||
--workspace
|
||||
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -153,6 +153,12 @@ 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
|
||||
|
||||
cli:
|
||||
name: CLI
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user