Commit 8f6a1e9
Verify packages in workspace member directories
Running cargo --no-verify in the root of the workspace checks packaging
of all workspace members, including the examples.
We do not currently (and have no intention to) publish the examples,
however. As such, let's verify only the members that we intend to
publish. Also make use of Cargo's --package argument for the package and
publish sub-commands we use, as that minimizes hard coded paths.
Signed-off-by: Daniel Müller <[email protected]>1 parent 071fbba commit 8f6a1e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments