Skip to content

Commit

Permalink
CI: Test for comment retention in clang-AST
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Mar 13, 2024
1 parent 8ef45e2 commit f71d8c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
run: |
export CPATH=$CONDA_PREFIX/include:$CPATH
lc --show-clang-ast tests/test.cpp
lc --show-clang-ast --parse-all-comments tests/parse_comments_01.cpp > parse_comments_01.stdout
grep "TextComment" parse_comments_01.stdout
rm parse_comments_01.stdout
lc examples/expr2.c --show-asr
./run_tests.py
Expand Down

0 comments on commit f71d8c0

Please sign in to comment.