Skip to content

Commit fd11910

Browse files
committed
Separate unit and integration jobs in python-ci.yml
1 parent b4a8576 commit fd11910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Linters
6666
run: make lint
6767
- name: Tests
68-
run: make test-coverage
68+
run: make test-coverage-unit
6969

7070
integration-test:
7171
runs-on: ubuntu-22.04
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install
8080
run: make install
8181
- name: Run integration tests
82-
run: make test-integration
82+
run: make test-coverage-integration
8383
- name: Show debug logs
8484
if: ${{ failure() }}
8585
run: docker compose -f dev/docker-compose.yml logs

0 commit comments

Comments
 (0)