diff --git a/.drone.yml b/.drone.yml index f115db3..8dde10d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: - name: build image: rust:latest commands: - - cargo test + - cargo test -j3