Skip to content

Allow for individual test execution. #52

Allow for individual test execution.

Allow for individual test execution. #52

Workflow file for this run

name: C CI for clang on Mac OS
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- name: make using zsh instead of bash
run: ./configure.sh && make CC=clang