Skip to content

Further optimize intermediate row fetching #146

Further optimize intermediate row fetching

Further optimize intermediate row fetching #146

Workflow file for this run

name: Cross-platform build verification
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
strategy:
fail-fast: false
matrix:
toolchain:
- stable
- 1.56.0
- beta
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Install Rust ${{ matrix.toolchain }} toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
override: true
profile: minimal
- name: Build on Rust ${{ matrix.toolchain }}
run: |
cargo build --verbose --color always