Skip to content

Improve inspect() to show if the object is materialized (#229) #298

Improve inspect() to show if the object is materialized (#229)

Improve inspect() to show if the object is materialized (#229) #298

Workflow file for this run

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
name: check MSRV
jobs:
# check at least it can build
check-msrv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- name: Build
run: cargo build