Skip to content

Commit db2adcd

Browse files
committed
fixup! [CI] Add a post-install test.
1 parent 4119b41 commit db2adcd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/root-ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,11 @@ jobs:
574574

575575
- name: Post-install tests
576576
run: |
577-
cmake -S test/PostInstall/ -B /github/home/ROOT-CI/PostInstall -DCMAKE_PREFIX_PATH=/github/home/ROOT-CI/install -Dtesting=On;
577+
cmake -S test/PostInstall/ -B /github/home/ROOT-CI/PostInstall -DCMAKE_PREFIX_PATH=/github/home/ROOT-CI/install;
578578
cmake --build /github/home/ROOT-CI/PostInstall;
579579
580-
- run: ctest /github/home/ROOT-CI/PostInstall
580+
- working-directory: /github/home/ROOT-CI/PostInstall
581+
run: ctest -j $(nproc)
581582

582583
event_file:
583584
# For any event that is not a PR, the CI will always run. In PRs, the CI

0 commit comments

Comments
 (0)