Disable database upgrade tests (#3804)
This commit is contained in:
parent
88095e3fad
commit
4aa1f8c64e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -718,5 +718,6 @@ jobs:
|
|||
run: cargo install --debug --locked cargo-make
|
||||
|
||||
- name: Test upgrade
|
||||
# Allow breaking changes until v2 stabilises
|
||||
continue-on-error: true
|
||||
run: cargo make ci-database-upgrade
|
||||
|
||||
|
|
Loading…
Reference in a new issue