From 30140c916765f35dcef8dae87b6b41990f89df79 Mon Sep 17 00:00:00 2001 From: doggie <3859395+fubuloubu@users.noreply.github.com> Date: Wed, 5 Jun 2024 19:46:06 -0400 Subject: [PATCH] chore: ignore not helpful logs to reduce display overload for testing --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b38584e..e4e9559 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -98,4 +98,4 @@ jobs: run: npm install "@gnosis.pm/safe-contracts@${{ matrix.safe-version }}" - name: Run Tests - run: pytest -n 0 -s --cov + run: ape test -s --cov -v WARNING