mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Github actions: reduce lnprototest.
Setting VALGRIND=1 actually does nothing here; reduce it to two cases, covering gcc and clang, sqlite3 and postgres. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
3ebf2325f3
commit
914e3dd082
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -81,15 +81,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [gcc]
|
|
||||||
db: [postgres, sqlite3]
|
|
||||||
valgrind: [0, 1]
|
|
||||||
network: [regtest] # FIXME: add liquid-regtest
|
|
||||||
include:
|
include:
|
||||||
- {compiler: clang, db: sqlite3, valgrind: 1}
|
- {compiler: clang, db: sqlite3}
|
||||||
- {compiler: clang, db: postgres, valgrind: 1}
|
- {compiler: gcc, db: postgres}
|
||||||
- {arch: arm32v7, TARGET_HOST: arm-linux-gnueabihf, valgrind: 1, network: regtest}
|
|
||||||
- {arch: arm64v8, TARGET_HOST: aarch64-linux-gnu, valgrind: 1, network: regtest}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.0.0
|
uses: actions/checkout@v2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user