We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e37e9 commit 999500bCopy full SHA for 999500b
1 file changed
.github/workflows/presubmit.yaml
@@ -520,7 +520,10 @@ jobs:
520
# Grant permission on devices as it's hard to grant on test env
521
sudo chmod 666 /dev/kvm /dev/vhost-net /dev/vhost-vsock
522
cd e2etests
523
- bazel test //cvd/display_tests \
+ bazel test \
524
+ //cvd/cvd_powerwash_tests \
525
+ //cvd/display_tests \
526
+ //cvd/env_tests \
527
--test_env=HOME=$HOME \
528
--test_env=USE_PODCVD=true \
529
--test_env=XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR \
0 commit comments