Skip to content

Commit c71a5ec

Browse files
committed
[CI] Enable a post-install header test.
1 parent 08a1e27 commit c71a5ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/root-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,9 @@ jobs:
585585
working-directory: /github/home/ROOT-CI/PostInstall
586586
run: ctest -j $(nproc)
587587

588+
- name: Check installed headers
589+
run: bash test/PostInstall/check-headers.sh /github/home/ROOT-CI/install/include
590+
588591
event_file:
589592
# For any event that is not a PR, the CI will always run. In PRs, the CI
590593
# can be skipped if the tag [skip-ci] or [skip ci] is written in the title.

0 commit comments

Comments
 (0)