Skip to content

Commit

Permalink
try override pytest in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent 0ccf0d3 commit ad5eef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
cache: 'poetry'
- run: poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest --cov=aim --cov-report=term:skip-covered
- name: ls
run: ls

0 comments on commit ad5eef6

Please sign in to comment.