Skip to content

Minor fixes

Minor fixes #379

Workflow file for this run

name: Test on Linux
on:
push:
branches-ignore: [ gh-pages ]
pull_request:
branches-ignore: [ gh-pages ]
jobs:
build:
name: Build and run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test
run: make all