Skip to content

Commit 9669837

Browse files
committed
ci: update workflows
1 parent 490d878 commit 9669837

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ jobs:
4545
- name: Run tests
4646
uses: tree-sitter/parser-test-action@v2
4747
with:
48-
test-rust: ${{runner.os == 'Linux'}}
48+
test-rust: true
49+
test-node: true
50+
test-python: true
51+
test-go: true
52+
test-swift: true
4953
- name: Parse examples
5054
id: examples
5155
continue-on-error: true

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
tags: ["*"]
66

7-
concurrency:
8-
group: ${{github.workflow}}-${{github.ref}}
9-
cancel-in-progress: true
10-
117
jobs:
8+
github:
9+
uses: tree-sitter/workflows/.github/workflows/release.yml@main
1210
npm:
1311
uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
1412
secrets:

0 commit comments

Comments
 (0)