Skip to content

Adds note on environments to docs #23

Adds note on environments to docs

Adds note on environments to docs #23

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