Skip to content
Snippets Groups Projects
Commit 09902452 authored by Maaz Ahmed's avatar Maaz Ahmed
Browse files

ci: use latest rust images

parent 311c45af
No related branches found
No related tags found
No related merge requests found
Pipeline #14257 canceled with stages
...@@ -5,13 +5,13 @@ stages: ...@@ -5,13 +5,13 @@ stages:
build: build:
stage: build stage: build
image: rust image: rust:latest
script: script:
- cargo build - cargo build
rustdoc: rustdoc:
stage: build stage: build
image: rust image: rust:latest
script: script:
- cargo doc - cargo doc
artifacts: artifacts:
...@@ -20,13 +20,13 @@ rustdoc: ...@@ -20,13 +20,13 @@ rustdoc:
unit-test: unit-test:
stage: test stage: test
image: rust image: rust:latest
script: script:
- cargo test --lib - cargo test --lib
lint-test: lint-test:
stage: test stage: test
image: rust image: rust:latest
script: script:
- cargo clippy - cargo clippy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment