Skip to content

Merge branch 'main' of github.com:egraphs-good/eggcc into yihozhang-i… #3916

Merge branch 'main' of github.com:egraphs-good/eggcc into yihozhang-i…

Merge branch 'main' of github.com:egraphs-good/eggcc into yihozhang-i… #3916

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'
- run: sudo apt install graphviz
- run: ./install_ubuntu.sh
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-insta
- run: make runtime
- run: make test
nits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- run: ./install_ubuntu.sh
- uses: Swatinem/rust-cache@v2
- run: make nits