Fix tests and ignore expensive test
This commit is contained in:
parent
b15e0319a3
commit
b0c6c082a1
2 changed files with 10 additions and 7 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Test backend
|
||||
run: |
|
||||
cd backend
|
||||
cargo test --verbose
|
||||
cargo test --verbose -- --include-ignored
|
||||
cd sync_lib
|
||||
wasm-pack test --node
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue