Skip to content

Commit 85c6332

Browse files
committed
test: exclude fbracket-depth that is incompatible with github CI
1 parent 6affcc0 commit 85c6332

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,16 @@ jobs:
7878

7979
#####################################
8080
# [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
8186
#####################################
8287
- name: Test
8388
run: |
8489
cd build/castxml-prefix/src/castxml-build
85-
ctest --output-on-failure
90+
ctest --output-on-failure -LE LargeStackRequired
8691
8792
#####################################
8893
# Package the resulting castxml binary

0 commit comments

Comments
 (0)