Skip to content

add OutputMask to prelude #147

add OutputMask to prelude

add OutputMask to prelude #147

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: test-on-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-build
- run: |
cargo make build
cargo make test