Skip to content

Commit

Permalink
run examples, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkthiruvathukal committed Jun 12, 2023
1 parent f63555d commit 4f7bbb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ jobs:
# See George's systems-code-examples for how to run unit tests
# At the moment, these are all standalone programs
working-directory: ${{github.workspace}}/build
run: for exe in bin/*; echo "Running ./$exe"; do "./$exe"; done
run: >
for exe in bin/*; do
echo "Running ./$exe"
"./$exe"
done

0 comments on commit 4f7bbb9

Please sign in to comment.