Skip to content

Commit 6183675

Browse files
committed
CI: re-enable checks, by changing errant tab back to spaces.
FFS GH! Signed-off-by: Rusty Russell <[email protected]>
1 parent 2fe17a5 commit 6183675

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
include:
22-
- CFG: "make"
23-
TEST_CMD: "make"
22+
- CFG: "make and unit test w/ VALGRIND"
23+
TEST_CMD: "make && make check-source"
24+
VALGRIND: 1
2425
- CFG: "make-O3-check"
2526
TEST_CMD: "make check-source check-units installcheck check-gen-updated"
2627
COPTFLAGS: "-O3"
2728
- CFG: "make-32-bit-nodev-check"
2829
ARCH: 32
2930
TEST_CMD: "make check-source check-units installcheck"
3031
DEVELOPER: 0
31-
- CFG: "make-EXPERIMENTAL-check w/ VALGRIND"
32+
- CFG: "make-EXPERIMENTAL-check"
3233
TEST_CMD: "make check-source check-units installcheck check-gen-updated"
3334
EXPERIMENTAL_FEATURES: 1
34-
VALGRIND: 1
3535
steps:
3636
- name: Checkout
3737
uses: actions/[email protected]

0 commit comments

Comments
 (0)