Fix compile errors in seed script, ensure it is compiled on CI

Co-authored-by: Nate Butler <nate@zed.dev>
This commit is contained in:
Max Brunsfeld 2022-11-14 11:12:25 -08:00
parent 0dcdd6ea39
commit 6659dac2e5
2 changed files with 10 additions and 70 deletions

View file

@ -49,7 +49,7 @@ jobs:
run: cargo build -p collab
- name: Build other binaries
run: cargo build --bins --all-features
run: cargo build --workspace --bins --all-features
bundle:
name: Bundle app