Skip to content

Applied rough fix for faulty test regarding the infinite loop that go… #76

Applied rough fix for faulty test regarding the infinite loop that go…

Applied rough fix for faulty test regarding the infinite loop that go… #76

Workflow file for this run

name: CMake Tests
on:
push:
pull_request:
jobs:
do-tests:
runs-on: ubuntu-latest
permissions:
contents: read
concurrency:
group: cicd-tests
steps:
- name: Checkout Git submodules
uses: actions/checkout@v3
with:
submodules: false
fetch-depth: 0
- name: Configure, build, and test the project
uses: threeal/[email protected]
with:
run-build: true
run-test: true