Rust Init #6
14
.drone.yml
14
.drone.yml
@ -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
|
Reference in New Issue
Block a user