Skip to content

feat: add FromIterator impl for ObjectAsVec #96

feat: add FromIterator impl for ObjectAsVec

feat: add FromIterator impl for ObjectAsVec #96

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests cowkeys ff
run: cargo test --verbose --features cowkeys
- name: Run tests no default
run: cargo test --verbose --no-default-features
- name: Run tests default
run: cargo test --verbose