mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 02:38:18 -07: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…
Reference in New Issue
Block a user