cloud-hypervisor/.github/workflows/integration-sgx.yaml
Rob Bradford cb8a728dfb build: Remove unnecessary if event checks from vfio/sgx workflows
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
2024-02-28 20:11:20 +00:00

22 lines
516 B
YAML

name: Cloud Hypervisor Tests (SGX)
on:
push:
branches:
- main
jobs:
build:
name: Tests (SGX)
runs-on: jammy-sgx
steps:
- name: Code checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run SGX integration tests
timeout-minutes: 10
run: scripts/dev_cli.sh tests --integration-sgx
- name: Run SGX integration tests for musl
timeout-minutes: 10
run: scripts/dev_cli.sh tests --integration-sgx --libc musl