Skip to content

Exporter: add support for MIR #540

Exporter: add support for MIR

Exporter: add support for MIR #540

Workflow file for this run

name: Test Workspace
on:
push:
branches: [main]
pull_request:
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-workspace:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test --workspace --verbose