Skip to content

Commit

Permalink
test: Add DEVELOPER=1 back
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Apr 2, 2024
1 parent 5e58cb8 commit c83111b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cln-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: lightning
key: ${{ runner.os }}-build-${{ env.cache-name }}-v${{ env.cln_version }}
- name: Compile CLN
env:
env:
PYTHON_KEYRING_BACKEND: keyring.backends.null.Keyring
if: ${{ steps.cache-cln.outputs.cache-hit != 'true' }}
run: |
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
cd lightning && sudo make install
- name: Install teos and the plugin
run: |
cargo install --locked --path teos
cargo install --locked --path teos
cargo install --locked --path watchtower-plugin
- name: Add test dependencies
run: |
Expand All @@ -69,4 +69,4 @@ jobs:
- name: Run tests
run: |
cd watchtower-plugin/tests
SLOW_MACHINE=1 poetry run pytest test.py --log-cli-level=INFO -s
DEVELOPER=1 SLOW_MACHINE=1 poetry run pytest test.py --log-cli-level=INFO -s

0 comments on commit c83111b

Please sign in to comment.