Update CI

This commit is contained in:
Pranav Gaddamadugu 2022-09-19 18:59:33 -07:00
parent 66c90e622e
commit f45a248194

View File

@ -1,7 +1,12 @@
# Build and run the auction Leo program.
(
cd ./project/examples/auction || exit
$LEO run main
$LEO run place_bid
$LEO run resolve
$LEO run finish
chmod +x ./run.sh
./run.sh
)
# Build and run the bubblesort Leo program.