Skip to content

Commit 563b3e2

Browse files
authored
BLD: use ninja instead of make (#208)
* BLD: use `ninja` instead of `make` * BLD: rely on `ninja` for build parallelism
1 parent 01101fa commit 563b3e2

3 files changed

Lines changed: 162 additions & 198 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3
2727
with:
28-
pixi-version: v0.70.1
28+
pixi-version: v0.73.0
2929
cache: true
3030
cache-key: ${{ matrix.runs-on }}
3131
environments: ci
@@ -55,7 +55,7 @@ jobs:
5555
fi
5656
shell: bash
5757
- name: Build xsf
58-
run: pixi run --environment=ci build-tests-cov $NUM_WORKERS
58+
run: pixi run --environment=ci build-tests-cov
5959
- name: Run tests
6060
run: pixi run --environment=ci --skip-deps tests-only $NUM_WORKERS
6161
- name: Generate coverage report
@@ -112,7 +112,7 @@ jobs:
112112
fi
113113
shell: bash
114114
- name: Build xsf
115-
run: pixi run --environment=ci build-tests-debug $NUM_WORKERS
115+
run: pixi run --environment=ci build-tests-debug
116116
- name: Run tests
117117
run: pixi run --environment=ci --skip-deps tests-debug $NUM_WORKERS
118118
- name: Ccache performance

0 commit comments

Comments
 (0)