mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-08 01:15:04 +01:00
Run test build for client-only feature set (#1167)
This commit is contained in:
parent
b207d0d9a5
commit
b48de9bd9d
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user