diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ae05694..5f79968 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -96,5 +96,4 @@ jobs: run: npm install "@gnosis.pm/safe-contracts@${{ matrix.safe-version }}" - name: Run Tests - #TODO: Put back: run: pytest -n 0 -s --cov - run: pytest tests/functional/test_account.py::test_swap_owner --maxfail 1 -vvv + run: pytest -n 0 -s --cov