File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 47
47
name : build
48
48
path : .
49
49
merge-multiple : true
50
- - name : Display structure of downloaded files
51
- run : ls -R .
52
50
- name : Test
53
51
run : dotnet test --no-restore --no-build --verbosity normal
54
52
80
78
merge-multiple : true
81
79
- name : Decode Benchmark
82
80
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
83
- run : CI=false dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
81
+ run : dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*DecodeBenchmark*'
84
82
- name : Encode Benchmark
85
83
working-directory : ./benchmarks/PolylineAlgorithm.Benchmarks
86
- run : CI=false dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
84
+ run : dotnet run -c Release --no-restore --no-build --framework net${{ matrix.netversion }}.0 --runtimes net${{ matrix.netversion }}.0 --filter '*EncodeBenchmark*'
You can’t perform that action at this time.
0 commit comments