Unit Test Rocket
This commit is contained in:
parent
8feca6be7b
commit
e57975930e
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -144,6 +144,12 @@ jobs:
|
|||||||
args: >
|
args: >
|
||||||
--all
|
--all
|
||||||
|
|
||||||
|
- uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
args: >
|
||||||
|
--path sea-orm-rocket
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
name: CLI
|
name: CLI
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user