Rust Init #6
10
.drone.yml
10
.drone.yml
@ -1,7 +1,3 @@
|
||||
environment:
|
||||
RUST_IMAGE:
|
||||
from_secret: RUST_IMAGE
|
||||
|
||||
kind: pipeline
|
||||
name: test-on-amd64
|
||||
|
||||
@ -11,6 +7,9 @@ platform:
|
||||
steps:
|
||||
- name: test
|
||||
image: $RUST_IMAGE
|
||||
environment:
|
||||
RUST_IMAGE:
|
||||
from_secret: RUST_IMAGE
|
||||
commands:
|
||||
- cargo test --verbose --all
|
||||
|
||||
@ -24,5 +23,8 @@ platform:
|
||||
steps:
|
||||
- name: test
|
||||
image: $RUST_IMAGE
|
||||
environment:
|
||||
RUST_IMAGE:
|
||||
from_secret: RUST_IMAGE
|
||||
commands:
|
||||
- cargo test --verbose --all
|
Reference in New Issue
Block a user