blob: 12e9ad772e6f510808e8a51ce6ce0e9ad581d1aa [file] [log] [blame]
# Copyright 2022 The IREE Authors
#
# Licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Postsubmit
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build_runtime:
uses: ./.github/workflows/build_runtime_cmake.yml
with:
build-dir: build-runtime
test_runtime:
needs: build_runtime
uses: ./.github/workflows/test_runtime_cmake.yml
with:
build-dir: build-runtime
tsan:
uses: ./.github/workflows/tsan.yml