Skip to content

Commit

Permalink
ci: Turn on pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Mar 6, 2024
1 parent 83d3468 commit 2f58d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Test install
run: python3 -m pip install .

# - name: Test with pytest
# run: python3 -m pytest --cov=shell_logger example/ test/
- name: Test with pytest
run: python3 -m pytest --cov=shell_logger example/ test/

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 2f58d1e

Please sign in to comment.