mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-04 13:18:50 -04:00
docs: update sqlx script and add ci
- upgrades sqlx to 0.6 - fixes sqlite_dev_setup.sh script - adds ci to test the script
This commit is contained in:
parent
f0e28b1bc6
commit
f0e059c814
7 changed files with 166 additions and 114 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -40,6 +40,22 @@ jobs:
|
|||
- name: Run BDK regression script
|
||||
run: ./swap/tests/bdk.sh
|
||||
|
||||
sqlx_test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3.1.0
|
||||
|
||||
- uses: Swatinem/rust-cache@v2.0.2
|
||||
|
||||
- name: Install sqlx-cli
|
||||
run: cargo install sqlx-cli
|
||||
|
||||
- name: Run sqlite_dev_setup.sh script
|
||||
run: |
|
||||
cd swap
|
||||
./sqlite_dev_setup.sh
|
||||
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue