add tic tac toe example to circle ci

This commit is contained in:
collin 2022-08-09 16:01:31 -07:00
parent af7b84815a
commit 66816d4026

View File

@ -34,6 +34,12 @@
$LEO run main
)
# Build and run the tic tac toe example Leo program.
(
cd ./project/examples/tictactoe || exit
$LEO run main
)
# Build and run the token example programs.
(
cd ./project/examples/token || exit