Client/Server Feature Split (#63)
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cargo build
|
||||
cargo build --bin hedz_reloaded --no-default-features --features shared/client
|
||||
cargo build --bin server --no-default-features --features shared/server
|
||||
|
||||
- name: Tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user