Skip to content

test: add true/false diagnostic test for float precision and keyword … #18

test: add true/false diagnostic test for float precision and keyword …

test: add true/false diagnostic test for float precision and keyword … #18

Workflow file for this run

name: Windows
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- 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