Skip to content

Big refactor

Big refactor #214

Workflow file for this run

name: Docker
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Build runtime image
run: make docker-image
- name: Build test image and run tests
run: make docker-test