aboutsummaryrefslogtreecommitdiff
path: root/ci/drone/test_linux_behavior
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-10-29 23:10:49 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-10-29 23:10:49 -0700
commitfbd1390f800e990b271736a7bcbafaeb2f1514a6 (patch)
treee1fa31a82bdc81b3ade1becb5fc2a18dba6f5f82 /ci/drone/test_linux_behavior
parentc8f1ea46b511c44f325f7de48af609ae97affa46 (diff)
downloadzig-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-xci/drone/test_linux_behavior5
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