Skip to content

Commit 15ca9e0

Browse files
committed
run tree-sitter tests first
1 parent 968f67f commit 15ca9e0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-suite.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
run: cargo build
4141
shell: bash
4242

43-
- name: Test Rust code
44-
run: cargo test
45-
shell: bash
46-
4743
- name: Test inline tree-sitter grammar
4844
run: |
4945
cd crates/tree-sitter-qmd/tree-sitter-markdown-inline
@@ -53,3 +49,8 @@ jobs:
5349
run: |
5450
cd crates/tree-sitter-qmd/tree-sitter-markdown
5551
../../../tree-sitter-linux-x86 test
52+
53+
- name: Test Rust code
54+
run: cargo test
55+
shell: bash
56+

0 commit comments

Comments
 (0)