Skip to content

Commit

Permalink
test: fix comp test
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Dec 17, 2024
1 parent 0456b72 commit 27fea9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27fea9d

Please sign in to comment.