Skip to content

Commit

Permalink
test: actually run tests lol (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Dec 18, 2024
1 parent 0456b72 commit c0521a9
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 c0521a9

Please sign in to comment.