Rust Init #6

Merged
lukas merged 15 commits from rust-init into main 2023-11-20 16:40:55 +01:00
Showing only changes of commit c5b459daee - Show all commits

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