Skip to content

Commit 3c241be

Browse files
RUST-1907 Move cargo-deny check to separate buildvariant (#1367)
1 parent 0f0d84a commit 3c241be

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.evergreen/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ buildvariants:
6666
tasks:
6767
- name: .lint
6868

69+
- name: cargo-deny
70+
display_name: "Cargo Deny"
71+
run_on:
72+
- rhel87-small
73+
tasks:
74+
- name: check-cargo-deny
75+
6976
- name: rhel-8
7077
display_name: "RHEL 8"
7178
run_on:
@@ -791,7 +798,6 @@ tasks:
791798
RUST_VERSION: 1.74.0
792799

793800
- name: check-cargo-deny
794-
tags: [lint]
795801
commands:
796802
- func: "check cargo deny"
797803

0 commit comments

Comments
 (0)