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
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ variables:
|
||||||
- if: '$CI_COMMIT_BRANCH == "next"'
|
- if: '$CI_COMMIT_BRANCH == "next"'
|
||||||
- if: "$CI_COMMIT_TAG"
|
- if: "$CI_COMMIT_TAG"
|
||||||
interruptible: true
|
interruptible: true
|
||||||
image: "rust:latest"
|
image: "rust:1.56"
|
||||||
tags: ["docker"]
|
tags: ["docker"]
|
||||||
variables:
|
variables:
|
||||||
CARGO_PROFILE_RELEASE_LTO: "true"
|
CARGO_PROFILE_RELEASE_LTO: "true"
|
||||||
|
|
Loading…
Reference in a new issue