Skip to content

Fix Build Errors

Fix Build Errors #60

Workflow file for this run

name: CI
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Copy .env
run: cp .env.example .env
- name: Run tests
run: make test