Skip to content

(Mostly) add AliasEq and start porting chalk projection tests #363

(Mostly) add AliasEq and start porting chalk projection tests

(Mostly) add AliasEq and start porting chalk projection tests #363

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