mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
CI: re-enable checks, by changing errant tab back to spaces.
And the Python contrib/ stuff seems to fail under VALGRIND, so attach it to a normal make line. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
ee3f059e80
commit
1771b8ec22
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
@ -19,8 +19,9 @@ jobs:
|
|||
fail-fast: true
|
||||
matrix:
|
||||
include:
|
||||
- CFG: "make"
|
||||
TEST_CMD: "make"
|
||||
- CFG: "make and unit test w/ VALGRIND"
|
||||
TEST_CMD: "make default check-source"
|
||||
VALGRIND: 1
|
||||
- CFG: "make-O3-check"
|
||||
TEST_CMD: "make check-source check-units installcheck check-gen-updated"
|
||||
COPTFLAGS: "-O3"
|
||||
|
@ -28,10 +29,9 @@ jobs:
|
|||
ARCH: 32
|
||||
TEST_CMD: "make check-source check-units installcheck"
|
||||
DEVELOPER: 0
|
||||
- CFG: "make-EXPERIMENTAL-check w/ VALGRIND"
|
||||
- CFG: "make-EXPERIMENTAL-check"
|
||||
TEST_CMD: "make check-source check-units installcheck check-gen-updated"
|
||||
EXPERIMENTAL_FEATURES: 1
|
||||
VALGRIND: 1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue