Skip to content

Commit

Permalink
Remove interop testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 28, 2023
1 parent 8c9dcdc commit 61f7b9a
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61f7b9a

Please sign in to comment.