Skip to content

Commit f95b7dc

Browse files
committed
run ts on both oss
1 parent cb70b2a commit f95b7dc

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/test-suite.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,16 @@ jobs:
8585
cd crates/tree-sitter-qmd/tree-sitter-markdown
8686
tree-sitter test
8787
88-
- name: debug bad test case
88+
- name: debug bad test case in quarto_markdown_pandoc
8989
run: |
9090
cd crates/quarto_markdown_pandoc
9191
echo "'inline'" | cargo run -- --verbose
9292
93-
- name: Test Rust code
94-
run: cargo test
95-
shell: bash
93+
- name: show consistent behavior in standalone tree-sitter grammar
94+
run: |
95+
cd crates/tree-sitter-qmd/tree-sitter-markdown-inline
96+
echo "'inline'" | tree-sitter parse --debug
97+
98+
# - name: Test Rust code
99+
# run: cargo test
100+
# shell: bash

0 commit comments

Comments
 (0)