Run test build for client-only feature set (#1167)

This commit is contained in:
Tobias Genannt 2023-08-14 10:27:35 +02:00 committed by GitHub
parent b207d0d9a5
commit b48de9bd9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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