Skip to content

Commit 30e5613

Browse files
committed
CI: Use -O3 builds for Liquid integration tests.
The other integration tests are taking under an hour, and this is taking 1hr 30m. The downside is that backtraces are far less clear, but that's why the main run uses the full debug version. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent d75a355 commit 30e5613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ jobs:
505505
# And don't forget about elements (like cdecker did when
506506
# reworking the CI...)
507507
- NAME: liquid
508-
CFG: compile-gcc
508+
CFG: compile-gcc-O3
509509
COMPILER: gcc
510510
TEST_NETWORK: liquid-regtest
511511
TEST_DB_PROVIDER: sqlite3

0 commit comments

Comments
 (0)