Fix ci config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julius 2021-12-04 14:26:30 +01:00
parent e0031edb5e
commit 1418f18cab
Signed by: j00lz
GPG key ID: AF241B0AA237BBA2

View file

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