File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- name : Publish package
1+ name : Publish packages
22
33on :
44 push :
55 tags : ["*"]
66
7- concurrency :
8- group : ${{github.workflow}}-${{github.ref}}
9- cancel-in-progress : true
10-
117jobs :
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 :
You can’t perform that action at this time.
0 commit comments