Currently, we cannot run all examples at once. We have to run them individually. This script will enable us to run all examples sequentially and display the status of each.
Changes
Add run-examples bash script to run all examples sequentially
Update README and CHANGELOG
Checklist
[x] No sensitive information has been committed
[x] Changelog file has been updated
[x] Code generates no warnings (i.e. cargo fmt --check)
[x] "Noisy" (WIP) commits have been squashed for better commit hygiene and cleaner history
Additional Notes
There are (potential) plans to further develop the script and add various flags to make it more "user-friendly"
Description
Currently, we cannot run all examples at once. We have to run them individually. This script will enable us to run all examples sequentially and display the status of each.
Changes
run-examples
bash script to run all examples sequentiallyChecklist
cargo fmt --check
)Additional Notes