Skip to content

verify where the failure is happening #7

verify where the failure is happening

verify where the failure is happening #7

Workflow file for this run

name: "check"
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: "build"
run: make
- name: "check"
run: make check