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 4747 name : build
4848 path : .
4949 merge-multiple : true
50- - name : Display structure of downloaded files
51- run : ls -R .
5250 - name : Test
5351 run : dotnet test --no-restore --no-build --verbosity normal
5452
8078 merge-multiple : true
8179 - name : Decode Benchmark
8280 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*'
8482 - name : Encode Benchmark
8583 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