diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2a0029f..2870f8d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -75,6 +75,9 @@ jobs: - name: Run cargo check (server) run: cargo check --no-default-features --features server --workspace + - name: Run cargo check (client only) + run: cargo check --no-default-features --features client --workspace + integration-test: runs-on: ubuntu-latest