We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4119b41 commit db2adcdCopy full SHA for db2adcd
.github/workflows/root-ci.yml
@@ -574,10 +574,11 @@ jobs:
574
575
- name: Post-install tests
576
run: |
577
- cmake -S test/PostInstall/ -B /github/home/ROOT-CI/PostInstall -DCMAKE_PREFIX_PATH=/github/home/ROOT-CI/install -Dtesting=On;
+ cmake -S test/PostInstall/ -B /github/home/ROOT-CI/PostInstall -DCMAKE_PREFIX_PATH=/github/home/ROOT-CI/install;
578
cmake --build /github/home/ROOT-CI/PostInstall;
579
580
- - run: ctest /github/home/ROOT-CI/PostInstall
+ - working-directory: /github/home/ROOT-CI/PostInstall
581
+ run: ctest -j $(nproc)
582
583
event_file:
584
# For any event that is not a PR, the CI will always run. In PRs, the CI
0 commit comments