Skip to content

Commit 6b6a067

Browse files
author
Petr Sramek
committed
no build no restore
1 parent 1090934 commit 6b6a067

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Display structure of downloaded files
5151
run: ls -R .
5252
- name: Test
53-
run: dotnet test --no-build --verbosity normal
53+
run: dotnet test --no-restore --no-build --verbosity normal
5454

5555
benchmark:
5656
needs: [build]
@@ -78,7 +78,7 @@ jobs:
7878
merge-multiple: true
7979
- name: Decode Benchmark
8080
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
81-
run: dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
81+
run: dotnet run -c Release --no-restore --no-build --framework net9.0 --runtimes net9.0 --filter '*DecodeBenchmark*'
8282
- name: Encode Benchmark
8383
working-directory: ./benchmarks/PolylineAlgorithm.Benchmarks
84-
run: dotnet run -c Release --no-restore --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'
84+
run: dotnet run -c Release --no-restore --no-build --framework net9.0 --runtimes net9.0 --filter '*EncodeBenchmark*'

0 commit comments

Comments
 (0)