From 927771cd5849b731f321304d08abbbebf8241c6f Mon Sep 17 00:00:00 2001 From: sihamon Date: Sun, 12 Nov 2023 21:30:56 +0100 Subject: [PATCH] Remove timeout --- .github/workflows/separate_tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/separate_tests.yml b/.github/workflows/separate_tests.yml index ffd6988e..86565417 100644 --- a/.github/workflows/separate_tests.yml +++ b/.github/workflows/separate_tests.yml @@ -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: @@ -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