Skip to content

Commit 16b6024

Browse files
committed
run ci without coverage
1 parent 074c0e8 commit 16b6024

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
6363
- name: Install
6464
run: make install-dependencies
65-
- name: Linters
65+
- name: Run linters
6666
run: make lint
67-
- name: Tests
68-
run: make test-coverage-unit
67+
- name: Run unit tests
68+
run: make test
6969

7070
integration-test:
7171
runs-on: ubuntu-22.04
@@ -81,7 +81,7 @@ jobs:
8181
run: make install
8282

8383
- name: Run integration tests
84-
run: make test-coverage-integration
84+
run: make test-integration
8585
- name: Show debug logs
8686
if: ${{ failure() }}
8787
run: docker compose -f dev/docker-compose.yml logs

0 commit comments

Comments
 (0)