Skip to content

Commit ff0c030

Browse files
committed
ci: update workflows
1 parent fd7f740 commit ff0c030

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ jobs:
4343
- name: Run tests
4444
uses: tree-sitter/parser-test-action@v2
4545
with:
46-
test-rust: ${{runner.os == 'Linux'}}
46+
test-rust: true
47+
test-node: true
48+
test-python: true
49+
test-go: true
50+
test-swift: true
4751
- name: Parse examples
4852
uses: tree-sitter/parse-action@v4
4953
id: test
@@ -120,6 +124,7 @@ jobs:
120124
!examples/PowerToys/src/modules/MouseWithoutBorders/App/Class/InputHook.cs
121125
!examples/PowerToys/src/settings-ui/Settings.UI.Library/Attributes/CmdConfigureIgnoreAttribute.cs
122126
!examples/PowerToys/src/settings-ui/Settings.UI/SettingsXAML/App.xaml.cs
127+
!examples/nunit/src/NUnitFramework/benchmarks/nunit.framework.benchmarks/ParamAttributeTypeConversionsBenchmark.cs
123128
!examples/nunit/src/NUnitFramework/framework/Attributes/TimeoutAttribute.cs
124129
!examples/nunit/src/NUnitFramework/framework/Compatibility/LongLivedMarshalByRefObject.cs
125130
!examples/nunit/src/NUnitFramework/framework/Constraints/MsgUtils.cs
@@ -128,6 +133,7 @@ jobs:
128133
!examples/nunit/src/NUnitFramework/framework/Internal/Reflect.cs
129134
!examples/nunit/src/NUnitFramework/framework/Internal/Results/TestResult.cs
130135
!examples/nunit/src/NUnitFramework/framework/Internal/TestExecutionContext.cs
136+
!examples/nunit/src/NUnitFramework/framework/Internal/TypeHelper.cs
131137
!examples/nunit/src/NUnitFramework/nunitlite/Options.cs
132138
!examples/nunit/src/NUnitFramework/testdata/TestCaseAttributeFixture.cs
133139
!examples/nunit/src/NUnitFramework/tests/Assertions/WarningTests.cs

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

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: Publish package
1+
name: Publish packages
22

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