Skip to content

Extend well-formedness check of ADTs to include where-clauses #370

Extend well-formedness check of ADTs to include where-clauses

Extend well-formedness check of ADTs to include where-clauses #370

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
rust-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Run cargo test
uses: actions-rs/cargo@v1
with:
command: test
args: --all