From c0caeca254e95843a22b25f5820f3a4a68771fe4 Mon Sep 17 00:00:00 2001 From: Nomads_Reach <144523850+NomadsReach@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:29:05 -0400 Subject: [PATCH] Run all native GNS bridge tests --- .github/workflows/gns-transport.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gns-transport.yml b/.github/workflows/gns-transport.yml index 233613c..88ccc59 100644 --- a/.github/workflows/gns-transport.yml +++ b/.github/workflows/gns-transport.yml @@ -32,12 +32,12 @@ jobs: git -C /tmp/co-gns-src checkout --detach FETCH_HEAD test "$(git -C /tmp/co-gns-src rev-parse HEAD)" = "$GNS_SHA" - - name: Build and run native bridge test + - name: Build and run native bridge tests run: | cmake -S server/native_transport -B /tmp/co-server-gns-build -G Ninja \ -DGNS_SOURCE_DIR=/tmp/co-gns-src \ -DCMAKE_BUILD_TYPE=Release - cmake --build /tmp/co-server-gns-build --target co-gns-server-bridge-tests -j2 + cmake --build /tmp/co-server-gns-build -j2 ctest --test-dir /tmp/co-server-gns-build --output-on-failure - name: Confirm shared bridge artifact