Skip to content

Commit ed03574

Browse files
committed
DEV: remove hardcoded parallelism flags
1 parent 235b05b commit ed03574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cwd = "."
2727

2828
[feature.build.tasks.build-only]
2929
# Just build without configure
30-
cmd = ["cmake", "--build", "build", "-j2"]
30+
cmd = ["cmake", "--build", "build"]
3131
cwd = "."
3232

3333
[feature.build.tasks.build]
@@ -64,7 +64,7 @@ configure-tests.env.XSREF_TABLES_PATH = "$PWD/xsref/tables"
6464
# build for tests
6565
build-tests.depends-on = ["configure-tests", "build-only"]
6666
# run tests
67-
tests.cmd = "ctest --output-on-failure --test-dir build/tests -j2"
67+
tests.cmd = "ctest --output-on-failure --test-dir build/tests"
6868
tests.depends-on = ["clone-xsref", "build-tests"]
6969
tests.cwd = "."
7070

0 commit comments

Comments
 (0)