Skip to content

add display and fromstr to spec entities #148

add display and fromstr to spec entities

add display and fromstr to spec entities #148

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run iceberg-rust-spec tests
run: cargo test -p iceberg-rust-spec --lib --verbose
- name: Run iceberg-rust tests
run: cargo test -p iceberg-rust --lib --verbose
- name: Run datafusion-iceberg tests
run: cargo test -p datafusion_iceberg --lib --verbose -j 1