Skip to content

Commit 0d392fb

Browse files
author
Petr Sramek
committed
removed framewrok version from title
1 parent dd7c5e7 commit 0d392fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: dotnet build --no-restore
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal
29-
- name: Benchmark (.NET 9)
29+
- name: Benchmark
3030
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
3131
run: dotnet run -c Release --framework net9.0 --runtimes net9.0 --filter '*PolylineBenchmark*'

0 commit comments

Comments
 (0)