We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8e755 commit 29ae17bCopy full SHA for 29ae17b
.github/workflows/main.yml
@@ -252,6 +252,10 @@ jobs:
252
args: backend=bitcoind dbbackend=postgres
253
- name: bitcoind-sqlite
254
args: backend=bitcoind dbbackend=sqlite
255
+ - name: bitcoind-postgres-nativesql
256
+ args: backend=bitcoind dbbackend=postgres nativesql=true
257
+ - name: bitcoind-sqlite-nativesql
258
+ args: backend=bitcoind dbbackend=sqlite nativesql=true
259
- name: neutrino
260
args: backend=neutrino
261
steps:
0 commit comments