• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.
5#
6# Runs tests for both x86 and aarch64.
7
8time ./ci/builder --vm ./run_tests &&
9    time ./ci/aarch64_builder --vm ./run_tests
10