1
Fork 0

fix circleci typo

This commit is contained in:
juliangaal 2019-06-07 10:35:54 +02:00
parent 303a6094dc
commit 09cea9483f

View file

@ -7,9 +7,7 @@ jobs:
- checkout
- run:
name: build and test
command: |
cargo build
cargo test
command: cargo build && cargo test