Skip to content

Commit

Permalink
trying an environment variable for opts
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 19, 2024
1 parent ad5eef6 commit 7a1ac78
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,6 +20,8 @@ jobs:
cache: 'poetry'
- run: poetry install
- name: Run tests
run: poetry run pytest --cov=aim --cov-report=term:skip-covered
env:
PYTEST_ADDOPTS="--cov=aim --cov-report=term:skip-covered"
run: poetry run pytest
- name: ls
run: ls

0 comments on commit 7a1ac78

Please sign in to comment.