mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
github: add nativesql itests to the matrix
This commit is contained in:
parent
ba8e7550d5
commit
29ae17ba71
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -252,6 +252,10 @@ jobs:
|
||||
args: backend=bitcoind dbbackend=postgres
|
||||
- name: bitcoind-sqlite
|
||||
args: backend=bitcoind dbbackend=sqlite
|
||||
- name: bitcoind-postgres-nativesql
|
||||
args: backend=bitcoind dbbackend=postgres nativesql=true
|
||||
- name: bitcoind-sqlite-nativesql
|
||||
args: backend=bitcoind dbbackend=sqlite nativesql=true
|
||||
- name: neutrino
|
||||
args: backend=neutrino
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user