Run all native GNS bridge tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user