Skip to content

Linux CI

Linux CI #50

Workflow file for this run

name: "Linux CI"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# once every weekend
- cron: '0 3 * * 6'
jobs:
build:
runs-on: ubuntu-latest
name: "Linux CI"
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build & Test
working-directory: test/
run: make test