mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-31 10:07:36 +00:00
Use MSRV for build CI jobs
The test job will use the latest stable so all stable lints are included.
This commit is contained in:
parent
6bb1081b71
commit
8d81c1c072
@ -21,7 +21,7 @@ variables:
|
||||
- if: '$CI_COMMIT_BRANCH == "next"'
|
||||
- if: "$CI_COMMIT_TAG"
|
||||
interruptible: true
|
||||
image: "rust:latest"
|
||||
image: "rust:1.56"
|
||||
tags: ["docker"]
|
||||
variables:
|
||||
CARGO_PROFILE_RELEASE_LTO: "true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user