Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit cf13437

Browse files
authored
NPROCESSES template not used (#86)
1 parent c364bb0 commit cf13437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests
3939
run: RUST_MIN_STACK=8388608 cargo test --examples --release ${{ matrix.feature-flags }}
4040
- name: Run examples
41-
run: cargo templated-examples NPROCESSES 2,4
41+
run: cargo templated-examples
4242

4343
run-tests-python:
4444
name: Run Python tests

.github/workflows/run-weekly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests
4444
run: RUST_MIN_STACK=8388608 cargo test --examples --release --features "${{matrix.f_mpi}}${{matrix.f_strict}}${{matrix.f_serde}}"
4545
- name: Run examples
46-
run: cargo templated-examples NPROCESSES 2,4
46+
run: cargo templated-examples
4747

4848
- name: Build docs
4949
run: cargo doc --features "${{matrix.f_mpi}}${{matrix.f_strict}}${{matrix.f_serde}}" --no-deps

0 commit comments

Comments
 (0)