Skip to content

style: format main module include in CMakeLists.txt (#116) #159

style: format main module include in CMakeLists.txt (#116)

style: format main module include in CMakeLists.txt (#116) #159

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.0
- name: Configure Project
uses: threeal/cmake-action@v2.0.0
with:
# TODO: Replace `MY_PROJECT_ENABLE_TESTS` with the correct test option.
options: MY_PROJECT_ENABLE_TESTS=ON
run-build: false
- name: Test Project
uses: threeal/ctest-action@v1.1.0
with:
verbose: true