Skip to content

Update README.md

Update README.md #27

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker build --no-cache --target test ./