Skip to content

Merge pull request #7 from xexyl/worklow #5

Merge pull request #7 from xexyl/worklow

Merge pull request #7 from xexyl/worklow #5

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make test
run: make test