Run test build for client-only feature set (#1167)
This commit is contained in:
parent
b207d0d9a5
commit
b48de9bd9d
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -75,6 +75,9 @@ jobs:
|
||||||
- name: Run cargo check (server)
|
- name: Run cargo check (server)
|
||||||
run: cargo check --no-default-features --features server --workspace
|
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:
|
integration-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue