Add real Nostr integration test

This commit is contained in:
thePR0M3TH3AN
2025-07-01 14:27:57 -04:00
parent 8de6b65071
commit a83679f00e
3 changed files with 42 additions and 0 deletions

View File

@@ -63,6 +63,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r src/requirements.txt
- name: Enable Nostr network tests on main branch
if: github.ref == 'refs/heads/main'
run: echo "NOSTR_E2E=1" >> $GITHUB_ENV
- name: Run tests with coverage
shell: bash
run: |