File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
- name : Display structure of downloaded files
51
51
run : ls -R .
52
52
- name : Test
53
- run : dotnet test --no-build --verbosity normal
53
+ run : dotnet test --no-restore --no- build --verbosity normal
54
54
55
55
benchmark :
56
56
needs : [build]
78
78
merge-multiple : true
79
79
- name : Decode Benchmark
80
80
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*'
82
82
- name : Encode Benchmark
83
83
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*'
You can’t perform that action at this time.
0 commit comments