Skip to content

Commit

Permalink
updated GitHub workflow so examples read from /dev/null
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Nov 2, 2023
1 parent fb2c7ec commit 91e0b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
run: >
for exe in bin/*; do
echo "Running ./$exe"
"./$exe"
"./$exe" < /dev/null
done

0 comments on commit 91e0b6f

Please sign in to comment.