Skip to content

Add TryFrom<Expr> for _ and From<_> for Expr #228

Add TryFrom<Expr> for _ and From<_> for Expr

Add TryFrom<Expr> for _ and From<_> for Expr #228

Workflow file for this run

name: CI test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose