File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,15 +277,15 @@ jobs:
277
277
- run :
278
278
name : Build library for native target (all features)
279
279
working_directory : ~/project/packages/core
280
- command : cargo build --locked --features std
280
+ command : cargo build --locked --all- features
281
281
- run :
282
282
name : Build library for wasm target (all features)
283
283
working_directory : ~/project/packages/core
284
- command : cargo wasm --locked --features std
284
+ command : cargo wasm --locked --all- features
285
285
- run :
286
286
name : Run unit tests (all features)
287
287
working_directory : ~/project/packages/core
288
- command : cargo test --locked --features std
288
+ command : cargo test --locked --all- features
289
289
- save_cache :
290
290
paths :
291
291
- /usr/local/cargo/registry
You can’t perform that action at this time.
0 commit comments