Skip to content

Commit 87f4c11

Browse files
committed
Merge branch 'hotfix/ci-skip-benchmarks'
2 parents ca88f9e + e143c65 commit 87f4c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet test --configuration Release --no-build tests/FlowTime.Core.Tests/FlowTime.Core.Tests.csproj --blame-hang --blame-hang-timeout 60s
3333

3434
- name: Test (Engine)
35-
run: dotnet test --configuration Release --no-build tests/FlowTime.Tests/FlowTime.Tests.csproj --blame-hang --blame-hang-timeout 60s --filter "FullyQualifiedName!~Performance&FullyQualifiedName!~FlowTime.Tests.Benchmarks.M16BenchmarkRunner.RunM16ExpressionTypeBenchmarks&FullyQualifiedName!~FlowTime.Tests.Benchmarks.M2BenchmarkRunner.RunM2PmfComplexityBenchmarks"
35+
run: dotnet test --configuration Release --no-build tests/FlowTime.Tests/FlowTime.Tests.csproj --blame-hang --blame-hang-timeout 60s --filter "FullyQualifiedName!~Performance&FullyQualifiedName!~Benchmarks"
3636

3737
- name: Test (Synthetic Adapters)
3838
run: dotnet test --configuration Release --no-build tests/FlowTime.Adapters.Synthetic.Tests/FlowTime.Adapters.Synthetic.Tests.csproj --blame-hang --blame-hang-timeout 60s

0 commit comments

Comments
 (0)