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 c5c83c7 commit 72944e5Copy full SHA for 72944e5
.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 *
+ run: dotnet run -c Release --framework net9.0 --runtimes net9.0
0 commit comments