Skip to content

Add an If variant to Rvsdg struct #1438

Add an If variant to Rvsdg struct

Add an If variant to Rvsdg struct #1438

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