Skip to content

Commit 00dbd19

Browse files
committed
Update CI
1 parent 2b11b00 commit 00dbd19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"uses": "actions-rs/cargo@v1",
2828
"with": {
2929
"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",
3131
},
3232
},
3333
],
@@ -49,7 +49,7 @@
4949
"uses": "actions-rs/cargo@v1",
5050
"with": {
5151
"command": "test",
52-
"args": "--workspace --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy06,std",
52+
"args": "--workspace --features types,__examples,arbitrary1,bytemuck1,serde1,zerocopy,std",
5353
},
5454
},
5555
],
@@ -94,7 +94,7 @@
9494
"uses": "actions-rs/cargo@v1",
9595
"with": {
9696
"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",
9898
},
9999
},
100100
],

0 commit comments

Comments
 (0)