Skip to content

Commit 3663235

Browse files
committed
Split cargo on CI
1 parent ed7016c commit 3663235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ jobs:
114114
#
115115
# We want the four parts to have similar runtimes.
116116
BENCH_INCLUDE_EXCLUDE_OPTS: [
117-
"--include cargo-0.60.0,stm32f4-0.14.0,webrender-2022",
118-
"--exclude cargo-0.60.0,stm32f4-0.14.0,webrender-2022",
117+
"--include cargo-0.60.0,cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
118+
"--exclude cargo-0.60.0,cargo-0.87.1,stm32f4-0.14.0,webrender-2022",
119119
]
120120
PROFILES: [
121121
"Check,Debug,Doc",

0 commit comments

Comments
 (0)