make artifacts executable
Some checks failed
Build and Test verification / build (push) Successful in 22s
Build and Test verification / test (push) Failing after 3s

This commit is contained in:
2026-05-08 12:04:32 -05:00
parent b7af7d3df4
commit d0f5869f26

View File

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