Commit 86c661a
committed
Test the whole workspace at once in
Running `cargo test -p crate` for each crate in the workspace
results in re-building the `lightning` crate for each workspace
crate, which can be quite slow. This adds nontrivial time to our
total CI runs.
Here, instead, we just run `cargo test` and let it build the whole
workspace crate list in one go. This does result in combined
features which may leave some issues with `cargo test -p crate`
undetected, but there's not a ton of harm to that.ci-tests.sh
1 parent 1e9d0c2 commit 86c661a
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 53 | + | |
| 54 | + | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments