Skip to content

Commit d52498d

Browse files
committed
ci: test every language
1 parent e7454c2 commit d52498d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ jobs:
3737
- name: Run tests
3838
uses: tree-sitter/parser-test-action@v2
3939
with:
40-
test-rust: ${{runner.os == 'Linux'}}
40+
test-rust: true
41+
test-node: true
42+
test-python: true
43+
test-go: true
44+
test-swift: true

0 commit comments

Comments
 (0)