Skip to content

Reformat xlang-ir to use a new basic block design #579

Reformat xlang-ir to use a new basic block design

Reformat xlang-ir to use a new basic block design #579

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install stable
run: |
rustup update
- name: Build
run: cargo +stable build --verbose
- name: Run tests
run: cargo +stable test --verbose