|
27 | 27 | "uses": "actions-rs/cargo@v1", |
28 | 28 | "with": { |
29 | 29 | "command": "clippy", |
30 | | - "args": "--workspace --all-targets --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy06,std -- -Dwarnings", |
| 30 | + "args": "--workspace --all-targets --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy,std -- -Dwarnings", |
31 | 31 | }, |
32 | 32 | }, |
33 | 33 | ], |
|
49 | 49 | "uses": "actions-rs/cargo@v1", |
50 | 50 | "with": { |
51 | 51 | "command": "test", |
52 | | - "args": "--workspace --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy06,std", |
| 52 | + "args": "--workspace --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy,std", |
53 | 53 | }, |
54 | 54 | }, |
55 | 55 | ], |
|
94 | 94 | "uses": "actions-rs/cargo@v1", |
95 | 95 | "with": { |
96 | 96 | "command": "test", |
97 | | - "args": "--workspace --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy06,std,step_trait", |
| 97 | + "args": "--workspace --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy,std,step_trait", |
98 | 98 | }, |
99 | 99 | }, |
100 | 100 | ], |
|
0 commit comments