Skip to content

Commit

Permalink
gci: Print envvars and configuration when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 13, 2023
1 parent bf38197 commit ad28b65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ jobs:
run: |
# Loading the network from config.vars rather than the envvar is a terrible idea...
sed -i 's/TEST_NETWORK=regtest/TEST_NETWORK=liquid-regtest/g' config.vars
cat config.vars
- name: Test
env:
Expand All @@ -325,6 +326,8 @@ jobs:
TEST_NETWORK: ${{ matrix.TEST_NETWORK }}
LIGHTNINGD_POSTGRES_NO_VACUUM: 1
run: |
env
cat config.vars
VALGRIND=0 poetry run pytest tests/ -vvv -n ${PYTEST_PAR} ${PYTEST_OPTS}
integration-valgrind:
Expand Down

0 comments on commit ad28b65

Please sign in to comment.