summaryrefslogtreecommitdiffstats
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 2a0029f2..2870f8d6 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