add network_io folder

This commit is contained in:
Bechir Braham
2024-04-03 16:40:00 +02:00
parent 9e96f8b150
commit f772434072
9 changed files with 54 additions and 23 deletions

View File

@ -45,7 +45,7 @@ jobs:
pwd
export PROJECT_ROOT_DIR="."
ls build/examples/*_example
find build/examples -name "*_example" -not -name "zmq_example" | xargs -I {} -n 1 -t bash -c {}
find build/examples -name "*_example" -not -name "zmq_*" | xargs -I {} -n 1 -t bash -c {}