Update circleci

This commit is contained in:
howardwu 2021-02-24 20:30:25 -08:00
parent 9c96390505
commit 2ba5b859e1

View File

@ -53,7 +53,7 @@ jobs:
- run:
name: Build and run tests
no_output_timeout: 30m
command: cargo install --path .
command: cargo install --path . && mv ~/.cargo/bin/leo .
- persist_to_workspace:
root: ~/
paths: project/
@ -69,7 +69,7 @@ jobs:
at: /home/circleci/project/
- run:
name: leo new
command: leo
command: ./leo
workflows:
version: 2