Skip to content

Add Rc<T> and Arc<T> sources #57

Add Rc<T> and Arc<T> sources

Add Rc<T> and Arc<T> sources #57

Workflow file for this run

on:
pull_request:
paths:
- '**.rs'
- '**/Cargo.toml'
workflow_dispatch:
name: Cargo check
jobs:
cargo_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --feature-powerset --no-dev-deps