Skip to content

Add Observer to entity name associations #397

Add Observer to entity name associations

Add Observer to entity name associations #397

Workflow file for this run

name: test suite
on: [pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features
- run: cargo fmt --all -- --check