Skip to content

make sure it fails if not set #12

make sure it fails if not set

make sure it fails if not set #12

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 FLAGS="-D CI_NO_NESTED_VIRT"
- name: "check"
run: make check