From 29b5712893dc5a9cb1c01024c343e821563fdf5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Wed, 13 Dec 2023 13:34:41 +0100 Subject: [PATCH] chore(ci): change the core testing command since the core marker is completely broken without the backend tests --- .github/workflows/ibis-main.yml | 4 ++-- .github/workflows/nix.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ibis-main.yml b/.github/workflows/ibis-main.yml index 22ccc9986922..18d0a9cfa7bd 100644 --- a/.github/workflows/ibis-main.yml +++ b/.github/workflows/ibis-main.yml @@ -94,11 +94,11 @@ jobs: - name: run all core tests and run benchmarks once parallel if: matrix.os != 'windows-latest' - run: just ci-check -m "'core or benchmark'" -n auto + run: pytest -v -n auto ibis/common ibis/expr ibis/tests ibis/formats - name: run all core tests and run benchmarks once serial if: matrix.os == 'windows-latest' - run: just ci-check -m "'core or benchmark'" + run: pytest -v ibis/common ibis/expr ibis/tests ibis/formats - name: upload code coverage if: success() diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 0d2595cac5c3..7738c013b8e4 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -10,7 +10,7 @@ on: branches: - master - "*.x.x" - - "the-epic-split" + - "!the-epic-split" pull_request: paths-ignore: - "docs/**" @@ -20,7 +20,7 @@ on: branches: - master - "*.x.x" - - "the-epic-split" + - "!the-epic-split" merge_group: concurrency: