We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a8576 commit fd11910Copy full SHA for fd11910
1 file changed
.github/workflows/python-ci.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Linters
66
run: make lint
67
- name: Tests
68
- run: make test-coverage
+ run: make test-coverage-unit
69
70
integration-test:
71
runs-on: ubuntu-22.04
@@ -79,7 +79,7 @@ jobs:
79
- name: Install
80
run: make install
81
- name: Run integration tests
82
- run: make test-integration
+ run: make test-coverage-integration
83
- name: Show debug logs
84
if: ${{ failure() }}
85
run: docker compose -f dev/docker-compose.yml logs
0 commit comments