Skip to content

Commit

Permalink
fixing interop harness
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Hewett committed Aug 30, 2023
1 parent 1c8905c commit b47e507
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
run: |
cmake --build "${{ env.CMAKE_BUILD_DIR }}" --target test
- name: Build (Interop Harness)
run: |
cd cmd/interop
cmake -B build -DCMAKE_TOOLCHAIN_FILE="$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake"
cmake --build build
- name: Test self-interop
run: |
make -C cmd/interop self-test
Expand Down

0 comments on commit b47e507

Please sign in to comment.