diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-10-29 23:10:49 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-10-29 23:10:49 -0700 |
| commit | fbd1390f800e990b271736a7bcbafaeb2f1514a6 (patch) | |
| tree | e1fa31a82bdc81b3ade1becb5fc2a18dba6f5f82 /ci/drone/test_linux_behavior | |
| parent | c8f1ea46b511c44f325f7de48af609ae97affa46 (diff) | |
| download | zig-fbd1390f800e990b271736a7bcbafaeb2f1514a6.tar.gz zig-fbd1390f800e990b271736a7bcbafaeb2f1514a6.zip | |
CI: drone: shuffle some tests around
We have to balance the timings to end up below the two hour mark.
Diffstat (limited to 'ci/drone/test_linux_behavior')
| -rwxr-xr-x | ci/drone/test_linux_behavior | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ci/drone/test_linux_behavior b/ci/drone/test_linux_behavior index 52ce24d689..69ee7c0b0d 100755 --- a/ci/drone/test_linux_behavior +++ b/ci/drone/test_linux_behavior @@ -7,7 +7,4 @@ INSTALL_PREFIX="$DRONE_WORKSPACE/stage3-release" ZIG="$INSTALL_PREFIX/bin/zig" export ZIG_GLOBAL_CACHE_DIR="$DRONE_WORKSPACE/zig-cache" -$ZIG build test-behavior -Dskip-non-native --zig-lib-dir lib -$ZIG build test-compiler-rt -Dskip-non-native --zig-lib-dir lib -$ZIG build test-fmt --zig-lib-dir lib -$ZIG build docs --zig-lib-dir lib +$ZIG build test-behavior -Dskip-non-native --zig-lib-dir lib |
