We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6affcc0 commit 85c6332Copy full SHA for 85c6332
1 file changed
.github/workflows/ci.yml
@@ -78,11 +78,16 @@ jobs:
78
79
#####################################
80
# [Optional] Run Tests
81
+ # NOTE: -LE LargeStackRequired is used to skip
82
+ # running tests on GitHub CI environment that
83
+ # has limited stack allowed.
84
+ # The fbracket-depth passes outside of GitHub
85
+ # but fails inside Github CI
86
87
- name: Test
88
run: |
89
cd build/castxml-prefix/src/castxml-build
- ctest --output-on-failure
90
+ ctest --output-on-failure -LE LargeStackRequired
91
92
93
# Package the resulting castxml binary
0 commit comments