Skip to content

Commit

Permalink
chore: run ape tests and integration tests with different commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Jun 6, 2024
1 parent 30140c9 commit 3710d25
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@ jobs:
- name: Install gnosis safe
run: npm install "@gnosis.pm/safe-contracts@${{ matrix.safe-version }}"

- name: Run Tests
run: ape test -s --cov -v WARNING
- name: Run Functional Tests
run: ape test tests/functional/ -s --cov -v WARNING

- name: Run Integration Tests
run: pytest tests/integration/ -s --cov

0 comments on commit 3710d25

Please sign in to comment.