fix circleci typo
This commit is contained in:
parent
303a6094dc
commit
09cea9483f
1 changed files with 1 additions and 3 deletions
|
@ -7,9 +7,7 @@ jobs:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: build and test
|
name: build and test
|
||||||
command: |
|
command: cargo build && cargo test
|
||||||
cargo build
|
|
||||||
cargo test
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue