summary refs log tree commit diff
path: root/kokoro
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile
index 3fb41ab..042737a 100644
--- a/kokoro/Dockerfile
+++ b/kokoro/Dockerfile
@@ -137,7 +137,8 @@ CMD rustup default "$(cat rust-toolchain)" && \
     rustup component add rustfmt-preview && \
     cargo --version && rustc --version && rustfmt --version && \
     echo "Running cargo test" && \
-    cargo test --no-fail-fast --all-features --all --exclude aarch64 $TEST_FLAGS -- \
+    cargo test --no-fail-fast --features plugin,default-no-sandbox,wl-dmabuf,gpu,tpm,gpu-forward \
+    --all --exclude aarch64 $TEST_FLAGS -- \
     --test-threads=1 $TEST_RUNNER_FLAGS && \
     echo "Running cargo fmt" && \
     bin/fmt --check