mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
gci: Disable test for NO_PYTHON
It's been causing me quite some headache, and I don't see the point in jumping through the hoops for something that can be trivially fixed by having the required build tools.
This commit is contained in:
parent
1ed08746d3
commit
59287c2a53
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
# CFG us just an enumeration so we can refer to the configurations more easily
|
||||
- {CFG: 1, TEST_CMD: "make", NO_PYTHON: 1}
|
||||
- {CFG: 1, TEST_CMD: "make"}
|
||||
- {CFG: 2, TEST_CMD: "make check-source check-units installcheck check-gen-updated", COPTFLAGS: "-O3"}
|
||||
- {CFG: 3, ARCH: 32, TEST_CMD: "make check-source check-units installcheck", DEVELOPER: 0}
|
||||
- {CFG: 4, TEST_CMD: "make check-source check-units installcheck check-gen-updated", EXPERIMENTAL_FEATURES: 1}
|
||||
|
|
Loading…
Add table
Reference in a new issue