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 8beaa14 commit 6c8ba11Copy full SHA for 6c8ba11
.github/workflows/test-suite.yml
@@ -84,17 +84,7 @@ jobs:
84
run: |
85
cd crates/tree-sitter-qmd/tree-sitter-markdown
86
tree-sitter test
87
-
88
- - name: debug bad test case in quarto_markdown_pandoc
89
- run: |
90
- cd crates/quarto_markdown_pandoc
91
- echo "'inline'" | cargo run -- --verbose
92
93
- - name: show consistent behavior in standalone tree-sitter grammar
94
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
+ - name: Test Rust code
+ run: cargo test
+ shell: bash
0 commit comments