| ... | @@ -2,4 +2,10 @@ | ... | @@ -2,4 +2,10 @@ |
| 2 | | 2 | |
| 3 | . ./ci/drone/linux_script_base | 3 | . ./ci/drone/linux_script_base |
| 4 | | 4 | |
| 5 | ./build/zig build test-std -Dskip-debug -Dskip-release-safe -Dskip-release-fast -Dskip-non-native | 5 | # Empirically, this takes about 55 minutes on the CI, and is the bottleneck |
| | 6 | # causing timeouts. So this is disabled in favor of running a smaller set |
| | 7 | # of ReleaseSmall std lib tests. |
| | 8 | # ./build/zig build test-std -Dskip-debug -Dskip-release-safe -Dskip-release-fast -Dskip-non-native |
| | 9 | |
| | 10 | ./build/zig test lib/std/std.zig -OReleaseSmall |
| | 11 | ./build/zig test lib/std/std.zig -OReleaseSmall -lc |