Skip to content

Commit 86fd540

Browse files
author
Petr Sramek
committed
removed no build
1 parent 2117c0c commit 86fd540

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
@@ -85,7 +85,7 @@ jobs:
8585
merge-multiple: true
8686
- name: Decode Benchmark
8787
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
88-
run: dotnet run --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
88+
run: dotnet run --no-restore --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
8989
- name: Encode Benchmark
9090
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
91-
run: dotnet run --no-restore --no-build --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
91+
run: dotnet run --no-restore --configuration Release --framework net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)