Skip to content

TypeID Spec

TypeID Spec #446

Workflow file for this run

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
name: TypeID Spec
jobs:
test:
name: Typeid spec
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo run --manifest-path tests/typeid_spec/Cargo.toml