Skip to content

chore(ascii): add a cozy cat to guard our 31-digit precision and deve… #59

chore(ascii): add a cozy cat to guard our 31-digit precision and deve…

chore(ascii): add a cozy cat to guard our 31-digit precision and deve… #59

Workflow file for this run

name: macOS
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
apple-silicon:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build --config Release
- name: Run tests
run: ctest --test-dir build -C Release --output-on-failure -V