diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 28e73ad6..c9073f5c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 }}