Skip to content

Commit

Permalink
chore(ci): change the core testing command since the core marker is c…
Browse files Browse the repository at this point in the history
…ompletely broken without the backend tests
  • Loading branch information
kszucs committed Dec 18, 2023
1 parent f38e84c commit 29b5712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ibis-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- master
- "*.x.x"
- "the-epic-split"
- "!the-epic-split"
pull_request:
paths-ignore:
- "docs/**"
Expand All @@ -20,7 +20,7 @@ on:
branches:
- master
- "*.x.x"
- "the-epic-split"
- "!the-epic-split"
merge_group:

concurrency:
Expand Down

0 comments on commit 29b5712

Please sign in to comment.