mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 02:01:54 +03:00
add two-adicity example to circleci
This commit is contained in:
parent
87cbd39a66
commit
f5d504ed8d
@ -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
|
||||
)
|
Loading…
Reference in New Issue
Block a user