Skip to content

Commit 2f58d1e

Browse files
committed
ci: Turn on pytest
1 parent 83d3468 commit 2f58d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Test install
4040
run: python3 -m pip install .
4141

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

4545
# - name: Upload coverage reports to Codecov
4646
# uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)