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 ee46c8418b - Show all commits

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-artifact
path: build/*
path: build
test:
runs-on: debian12
@@ -43,7 +43,8 @@ jobs:
- name: run_unit_tests
run: |
cd build-artifact
ls -al
cd build
ctest -T Test
- name: code_coverage