Skip to content

Support for custom default fuction with owned pattern #114

Support for custom default fuction with owned pattern

Support for custom default fuction with owned pattern #114

Workflow file for this run

name: Compile Test
on: [push, pull_request]
jobs:
compiletest:
runs-on: ubuntu-latest
env:
RUST_BACKTRACE: 1
RUSTFLAGS: "--cfg compiletests"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.59.0
- name: main crate
run: |
cd derive_builder
cargo build --verbose
cargo test --no-fail-fast --verbose -- --nocapture
cargo doc