1#!/bin/bash 2# Copyright 2021 The Chromium OS Authors. All rights reserved. 3# Use of this source code is governed by a BSD-style license that can be 4# found in the LICENSE file. 5source "$(dirname $0)/common.sh" 6 7./ci/run_container.sh crosvm_builder --vm "\ 8 ./run_tests -v --require-all \ 9 --junit-file=/workspace/logs/cargo_test/sponge_log.xml \ 10 && bin/clippy \ 11 && bin/fmt --check" 12