Skip to content

remove redundant data.validate calls #78

remove redundant data.validate calls

remove redundant data.validate calls #78

Workflow file for this run

name: test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo test --no-default-features --verbose
- run: cargo test --all-features --verbose