@@ -113,21 +113,11 @@ jobs:
113113 RUSTFLAGS : -D warnings
114114 run : cargo build --release --all-targets --target=wasm32-wasi
115115
116- - name : Build (wasm32-wasi with wee-alloc)
117- env :
118- RUSTFLAGS : -D warnings
119- run : cargo build --release --all-targets --target=wasm32-wasi --features=wee-alloc
120-
121116 - name : Clippy (wasm32-wasi)
122117 env :
123118 RUSTFLAGS : -D warnings
124119 run : cargo clippy --release --all-targets --target=wasm32-wasi
125120
126- - name : Clippy (wasm32-wasi with wee-alloc)
127- env :
128- RUSTFLAGS : -D warnings
129- run : cargo clippy --release --all-targets --target=wasm32-wasi --features=wee-alloc
130-
131121 - name : Format (rustfmt)
132122 run : cargo fmt -- --check
133123
@@ -168,21 +158,11 @@ jobs:
168158 RUSTFLAGS : -D warnings
169159 run : cargo build --release --all-targets --target=wasm32-wasi
170160
171- - name : Build (wasm32-wasi with wee-alloc)
172- env :
173- RUSTFLAGS : -D warnings
174- run : cargo build --release --all-targets --target=wasm32-wasi --features=wee-alloc
175-
176161 - name : Clippy (wasm32-wasi)
177162 env :
178163 RUSTFLAGS : -D warnings
179164 run : cargo clippy --release --all-targets --target=wasm32-wasi
180165
181- - name : Clippy (wasm32-wasi with wee-alloc)
182- env :
183- RUSTFLAGS : -D warnings
184- run : cargo clippy --release --all-targets --target=wasm32-wasi --features=wee-alloc
185-
186166 - name : Format (rustfmt)
187167 run : cargo fmt -- --check
188168
@@ -217,21 +197,11 @@ jobs:
217197 RUSTFLAGS : -D warnings -Z wasi-exec-model=reactor
218198 run : cargo build --release --all-targets --target=wasm32-wasi
219199
220- - name : Build (wasm32-wasi with wee-alloc)
221- env :
222- RUSTFLAGS : -D warnings -Z wasi-exec-model=reactor
223- run : cargo build --release --all-targets --target=wasm32-wasi --features=wee-alloc
224-
225200 - name : Clippy (wasm32-wasi)
226201 env :
227202 RUSTFLAGS : -D warnings -Z wasi-exec-model=reactor
228203 run : cargo clippy --release --all-targets --target=wasm32-wasi
229204
230- - name : Clippy (wasm32-wasi with wee-alloc)
231- env :
232- RUSTFLAGS : -D warnings -Z wasi-exec-model=reactor
233- run : cargo clippy --release --all-targets --target=wasm32-wasi --features=wee-alloc
234-
235205 outdated :
236206 runs-on : ubuntu-latest
237207
0 commit comments