Skip to content

Sync types with v0.9 #2

Sync types with v0.9

Sync types with v0.9 #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install latest stable Rust
uses: dtolnay/rust-toolchain@master
- name: Test no default features
run: cargo test --no-default-features
- name: Test all features
run: cargo test --all-features
- name: Check all feature combinations
uses: taiki-e/install-action@cargo-hack
run: cargo hack check --feature-powerset --no-dev-deps --exclude-features unstable-experimental --exclude-all-features --exclude-no-default-features