add two-adicity example to circleci

This commit is contained in:
collin 2022-08-09 16:05:28 -07:00
parent 87cbd39a66
commit f5d504ed8d

View File

@ -43,4 +43,10 @@
# Run the transfer program.
$LEO run transfer
)
# Build and run the two-adicity program.
(
cd ./project/examples/twoadicity || exit
$LEO run main
)