Skip to content

feat: ci tests

feat: ci tests #2

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make test