Skip to content

adds build

adds build #1

Workflow file for this run

name: test
on:
pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build
run: make build
- name: Run tests
run: make test