Fix failing seed bin build and add bin builds to ci pipeline
This commit is contained in:
parent
f4d13ef596
commit
125d83b3ec
4 changed files with 84 additions and 78 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -43,6 +43,9 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: cargo test --workspace --no-fail-fast
|
||||
|
||||
- name: Build collab binaries
|
||||
run: cargo build --bins --all-features
|
||||
|
||||
bundle:
|
||||
name: Bundle app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue