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