Skip to content

Merge pull request #37 from zgfh/patch-3 #156

Merge pull request #37 from zgfh/patch-3

Merge pull request #37 from zgfh/patch-3 #156

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