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: steps:
- name: test - name: test
image: $RUST_IMAGE image: rust:1.66.1
environment:
RUST_IMAGE:
from_secret: RUST_IMAGE
commands: commands:
- rustc --version
- cargo --version
- cargo test --verbose --all - cargo test --verbose --all
--- ---
@ -22,9 +21,8 @@ platform:
steps: steps:
- name: test - name: test
image: $RUST_IMAGE image: rust:1.66.1
environment:
RUST_IMAGE:
from_secret: RUST_IMAGE
commands: commands:
- rustc --version
- cargo --version
- cargo test --verbose --all - cargo test --verbose --all