We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8a658 commit c5c83c7Copy full SHA for c5c83c7
.github/workflows/dotnet.yml
@@ -28,4 +28,4 @@ jobs:
28
run: dotnet test --no-build --verbosity normal
29
- name: Benchmark (.NET 9)
30
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
31
- run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter *PolylineBenchmark*
+ run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter *
0 commit comments