moved environment to each arch
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed
Cargo Build & Test / Rust project - latest (stable) (push) Has been cancelled
Cargo Build & Test / Rust project - latest (stable) (pull_request) Has been cancelled

This commit is contained in:
Leon Wilzer 2023-11-17 08:23:48 +01:00
parent 2e47e24d43
commit c5b459daee

View File

@ -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