Skip to content

Commit 6c8ba11

Browse files
committed
add test suite back
1 parent 8beaa14 commit 6c8ba11

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/test-suite.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,7 @@ jobs:
8484
run: |
8585
cd crates/tree-sitter-qmd/tree-sitter-markdown
8686
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-
run: |
95-
cd crates/tree-sitter-qmd/tree-sitter-markdown-inline
96-
echo "'inline'" | tree-sitter parse --debug
9787
98-
# - name: Test Rust code
99-
# run: cargo test
100-
# shell: bash
88+
- name: Test Rust code
89+
run: cargo test
90+
shell: bash

0 commit comments

Comments
 (0)