Skip to content

Commit 5463510

Browse files
author
Petr Sramek
committed
whaaat?
1 parent edf624b commit 5463510

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dotnet.yml

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

0 commit comments

Comments
 (0)