Skip to content

Commit

Permalink
Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
sihamon committed Nov 12, 2023
1 parent 63b444f commit 927771c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/separate_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@ jobs:
ref: ${{ matrix.mint-branch}}
path: mint
submodules: recursive
token: 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
- name: Checkout wallet branch
uses: actions/checkout@v4
with:
ref: ${{ matrix.wallet-branch}}
path: wallet
submodules: recursive
token: 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
- name: Set up Poetry ${{ matrix.poetry-version }}
uses: abatilo/actions-poetry@v2
with:
Expand Down Expand Up @@ -75,7 +73,6 @@ jobs:
run: |
cd mint
poetry run mint &
sleep 20s
cd ../wallet
poetry run pytest tests/wallet --cov-report xml --cov cashu
poetry run pytest tests/common --cov-report xml --cov cashu
Expand Down

0 comments on commit 927771c

Please sign in to comment.