Skip to content

Commit 50ab52d

Browse files
committed
ci: update workflows
1 parent b6f0624 commit 50ab52d

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,12 @@ jobs:
4141
- name: Run tests
4242
uses: tree-sitter/parser-test-action@v2
4343
with:
44-
test-rust: ${{runner.os == 'Linux'}}
44+
test-rust: true
45+
test-node: true
46+
test-python: true
47+
test-go: true
48+
test-swift: true
49+
- name: Parse examples
50+
uses: tree-sitter/parse-action@v4
51+
with:
52+
files: examples/*

.github/workflows/fuzz.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ jobs:
1717
uses: actions/checkout@v4
1818
- name: Run fuzzer
1919
uses: tree-sitter/fuzz-action@v4
20-
with:
21-
tree-sitter-version: v0.22.2

.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)