Skip to content

Term::is_isomorphic_to: A function to determine if two term objects… #38

Term::is_isomorphic_to: A function to determine if two term objects…

Term::is_isomorphic_to: A function to determine if two term objects… #38

Workflow file for this run

on:
pull_request:
push:
branches:
- master
name: tests
jobs:
tests:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --release