Skip to content

feat: rename DEFINES option in add_cmake_script_test to `DEFINITI… #490

feat: rename DEFINES option in add_cmake_script_test to `DEFINITI…

feat: rename DEFINES option in add_cmake_script_test to `DEFINITI… #490

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.2.1
- name: Configure Project
run: cmake --preset development
- name: Test Project
run: ctest --preset development