Skip to content

Tests

Tests #145

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: test
run: make test