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
|
||||
- run:
|
||||
name: build and test
|
||||
command: |
|
||||
cargo build
|
||||
cargo test
|
||||
command: cargo build && cargo test
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue