Skip to content

add: new version 0.25 #38

add: new version 0.25

add: new version 0.25 #38

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make
- name: Run test
run: make test
- name: Run build
run: make clean init build