Skip to content

feat: add support to specify test definitions with list value (#294) #527

feat: add support to specify test definitions with list value (#294)

feat: add support to specify test definitions with list value (#294) #527

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