Update .drone.yml

echo rust+cargo version
This commit is contained in:
Leon Wilzer 2023-11-17 09:24:11 +01:00
parent c5b459daee
commit 73abf16ccf

@ -6,11 +6,10 @@ platform:
steps:
- name: test
image: $RUST_IMAGE
environment:
RUST_IMAGE:
from_secret: RUST_IMAGE
image: rust:1.66.1
commands:
- rustc --version
- cargo --version
- cargo test --verbose --all
---
@ -22,9 +21,8 @@ platform:
steps:
- name: test
image: $RUST_IMAGE
environment:
RUST_IMAGE:
from_secret: RUST_IMAGE
image: rust:1.66.1
commands:
- rustc --version
- cargo --version
- cargo test --verbose --all