Updated actions with test

This commit is contained in:
Forest Anderson 2021-10-19 01:27:27 -04:00
parent 8d06aea00b
commit fb1694b096

View File

@ -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 }}