run interest examples in circle ci

This commit is contained in:
collin 2022-08-08 16:04:03 -07:00
parent 24378b85c5
commit ee84bfe171

View File

@ -28,6 +28,17 @@
$LEO run main
)
# Build and run the interest example Leo programs.
(
cd ./project/examples/import_point || exit
# Run the fixed period interest program.
$LEO run fixed_period_interest
# Run the bounded period interest program.
$LEO run bounded_period_interest
)
# Build and run the message example Leo program.
(
cd ./project/examples/message || exit