Skip to content

Commit edf624b

Browse files
author
Petr Sramek
committed
fix
1 parent 6bc4e73 commit edf624b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
merge-multiple: true
8383
- name: Decode Benchmark
8484
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
85-
run: dotnet run -c Release --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
85+
run: dotnet run --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
8686
- name: Encode Benchmark
8787
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
88-
run: dotnet run -c Release --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
88+
run: dotnet run --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)