Commit a3e7617
committed
Auto merge of #462 - udoprog:basic-tests, r=Amanieu
Gate tests behind basic checks passing first
Avoids running the full test matrix if basic inexpensive checks like formatting, clippy, or miri does not pass first.
I usually opt to put a simple `cargo check` or `cargo build` check in there too, but the `miri` job accomplishes most of that already and only has a two minute runtime. All though I'd be happy to break it up further if needed to speed up the total build.1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
| 37 | + | |
29 | 38 | | |
30 | 39 | | |
31 | 40 | | |
| |||
0 commit comments