Skip to content

Merge pull request #332 from egraphs-good/oflatt-simple-constant-fold #1624

Merge pull request #332 from egraphs-good/oflatt-simple-constant-fold

Merge pull request #332 from egraphs-good/oflatt-simple-constant-fold #1624

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: Swatinem/rust-cache@v2
- run: sudo apt install graphviz && cargo install cargo-insta && make test
nits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: Swatinem/rust-cache@v2
- run: make nits