Skip to content

fix(host,ci): fix directory issue in tests #286

fix(host,ci): fix directory issue in tests

fix(host,ci): fix directory issue in tests #286

Workflow file for this run

name: CI - SGX ALL
on:
workflow_call:
push:
branches: ["main"]
paths:
- "provers/sgx/**"
pull_request:
paths:
- "provers/sgx/**"
merge_group:
jobs:
build-test-sgx:
name: Build and test sgx
uses: ./.github/workflows/ci-build-test-reusable.yml
with:
version_name: "sgx"
version_toolchain: "stable"
# integration-test-sgx:
# name: Run integration tests on sgx
# uses: ./.github/workflows/ci-integration-reusable.yml
# with:
# version_name: "sgx"
# version_toolchain: "nightly-2024-04-17"
build-test-sgx-docker:
name: Build and test sgx with Docker
uses: ./.github/workflows/ci-sgx-docker.yml
build-test-sgx-hardware:
name: Build and test sgx in hardware
uses: ./.github/workflows/ci-sgx-hardware.yml