Fix CI
This commit is contained in:
parent
00f9bcf638
commit
22317bea37
1 changed files with 6 additions and 0 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
|
@ -27,6 +27,12 @@ jobs:
|
|||
sqlx database create --database-url sqlite://db.sqlite3
|
||||
sqlx migrate run --source sync_server/src/database/migrations --database-url sqlite://db.sqlite3
|
||||
|
||||
- name: Build wasm
|
||||
run: |
|
||||
cd backend
|
||||
cargo install wasm-pack
|
||||
wasm-pack build --target web sync_lib --features wee_alloc
|
||||
|
||||
- name: Lint backend
|
||||
run: |
|
||||
cd backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue