Skip to content

Commit 70df963

Browse files
author
Petr Sramek
committed
refixed
1 parent 5463510 commit 70df963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
path: .
8282
merge-multiple: true
8383
- name: Decode Benchmark
84+
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
8485
run: dotnet run --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
8586
- name: Encode Benchmark
87+
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
8688
run: dotnet run --no-restore --no-build --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)