Fix ci config
continuous-integration/drone/push Build is passing Details

pull/1/head
Julius 2021-12-04 14:26:30 +01:00
parent e0031edb5e
commit 1418f18cab
Signed by: j00lz
GPG Key ID: AF241B0AA237BBA2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: test
image: rust:1.56
environment:
- CARGO_HOME: ./.cargo_home
CARGO_HOME: ./.cargo_home
commands:
- cargo build --verbose --all
- cargo test --verbose --all