Feature: Repository Infrastructure Scaffolding #1

Merged
homeburger merged 14 commits from feature/repo-setup into main 2026-05-08 14:41:39 -05:00
Showing only changes of commit d0f5869f26 - Show all commits

View File

@@ -42,9 +42,11 @@ jobs:
name: build-artifact name: build-artifact
path: build path: build
- name: Make Executable
run: chmod -R +x ./build
- name: run_unit_tests - name: run_unit_tests
run: | run: |
ls -al
cd build cd build
ctest -T Test ctest -T Test