From 61f7b9aa9eb1a3fada221197de03322194c5d6d7 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Sat, 28 Oct 2023 11:35:14 -0400 Subject: [PATCH] Remove interop testing --- .github/workflows/main_ci.yml | 38 ++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index d49b92f1..913a8320 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -92,25 +92,27 @@ jobs: run: | cmake --build "${{ env.BUILD_DIR }}" --target "${{ matrix.ctest-target}}" - - name: Build (Interop Harness) - run: | - cd cmd/interop - cmake -B build - cmake --build build - - - name: Test self-interop - run: | - make -C cmd/interop self-test - - - name: Test interop on test vectors - run: | - make -C cmd/interop interop-test - - - name: Test gRPC live interop with self - run: | - cd cmd/interop - ./grpc-self-test.sh +# TODO(RLB): Build interop harness +# - name: Build (Interop Harness) +# run: | +# cd cmd/interop +# cmake -B build +# cmake --build build +# +# - name: Test self-interop +# run: | +# make -C cmd/interop self-test +# +# - name: Test interop on test vectors +# run: | +# make -C cmd/interop interop-test +# +# - name: Test gRPC live interop with self +# run: | +# cd cmd/interop +# ./grpc-self-test.sh +# TODO(RLB) Build with clang-tidy # clang-tidy: # if: github.event.pull_request.draft == false # needs: build-and-test