File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install toolchain
24
24
uses : actions-rs/toolchain@v1
25
25
with :
26
- toolchain : 1.73 .0
26
+ toolchain : 1.75 .0
27
27
override : true
28
28
components : rustfmt, clippy
29
29
90
90
- name : cargo check
91
91
run : cargo check
92
92
env :
93
- RUSTFLAGS : -Dwarnings
93
+ RUSTFLAGS : -Dwarnings
94
94
95
95
- name : Run unit tests
96
96
run : cargo test --all
@@ -109,14 +109,12 @@ jobs:
109
109
# In the other half we run the Opt profiles.
110
110
#
111
111
# We want the four parts to have similar runtimes.
112
- BENCH_INCLUDE_EXCLUDE_OPTS : [
113
- " --include cargo-0.60.0,stm32f4-0.14.0,webrender-2022" ,
114
- " --exclude cargo-0.60.0,stm32f4-0.14.0,webrender-2022" ,
115
- ]
116
- PROFILES : [
117
- " Check,Debug,Doc" ,
118
- " Opt" ,
119
- ]
112
+ BENCH_INCLUDE_EXCLUDE_OPTS :
113
+ [
114
+ " --include cargo-0.60.0,stm32f4-0.14.0,webrender-2022" ,
115
+ " --exclude cargo-0.60.0,stm32f4-0.14.0,webrender-2022" ,
116
+ ]
117
+ PROFILES : ["Check,Debug,Doc", "Opt"]
120
118
name : Test benchmarks
121
119
runs-on : ubuntu-latest
122
120
steps :
You can’t perform that action at this time.
0 commit comments