Commit 7a3d9f5
Remove cargo nextest from github workflow, out of space (#1846)
The github provided ubuntu image/host/container has a limited amount of
space, and we have apparently hit that limit. We could figure it out and
update it, but this test is already a duplicate of what we do in
buildomat, so I just pulled out the test part, so now it just does cargo
fmt/build/check.
---------
Co-authored-by: Alan Hanson <[email protected]>1 parent ee6d6e3 commit 7a3d9f5
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
0 commit comments