Skip to content

Merge container support branch into main (#15) #15

Merge container support branch into main (#15)

Merge container support branch into main (#15) #15

Workflow file for this run

name: Test Runner
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
strategy:
matrix:
style: [d, r, a]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: amd64
vsversion: 2022
- run: ./m ${{matrix.style}} test