Skip to content

Commit 1b1ff3a

Browse files
committed
CI: Directly invoke pytest without Makefile on CI/GHA
1 parent 25feee5 commit 1b1ff3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Run tests
7575
run: |
76-
make test
76+
pytest --keepalive --show-capture=all
7777
7878
- name: Upload coverage to Codecov
7979
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)