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 73abf16ccf - Show all commits

View File

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