Skip to content

Release 1.1.0 with additive Email enrichment #17

Release 1.1.0 with additive Email enrichment

Release 1.1.0 with additive Email enrichment #17

Workflow file for this run

name: Test
on:
push:
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: ['1.88.0', stable]
steps:
- uses: actions/checkout@v5
- run: rustup toolchain install '${{ matrix.toolchain }}' --profile minimal
- run: cargo +${{ matrix.toolchain }} test --all-targets
- run: cargo +${{ matrix.toolchain }} test --doc
- run: cargo +${{ matrix.toolchain }} test --manifest-path tests/consumer/Cargo.toml