Update CI

This commit is contained in:
Pranav Gaddamadugu 2022-09-19 19:32:31 -07:00
parent cc61c4448f
commit 8bf52dd1f4

View File

@ -54,7 +54,11 @@
# Build and run the tic tac toe example Leo program.
(
cd ./project/examples/tictactoe || exit
$LEO run main
$LEO run new
$LEO run make_move
chmod +x ./run.sh
./run.sh
)
# Build and run the simple token example programs.