From 741703b91c3a09b7598fb3b65e2547e053fa652f Mon Sep 17 00:00:00 2001 From: Joe Isaacs Date: Tue, 16 Jun 2026 10:44:25 +0100 Subject: [PATCH] ci: use ctest Signed-off-by: Joe Isaacs --- .github/workflows/rust-instrumented.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust-instrumented.yml b/.github/workflows/rust-instrumented.yml index d58463d53d2..aacba12d4ef 100644 --- a/.github/workflows/rust-instrumented.yml +++ b/.github/workflows/rust-instrumented.yml @@ -221,7 +221,8 @@ jobs: - name: Run tests run: | set -o pipefail - ./vortex-ffi/build/test/vortex_ffi_test 2>&1 | rustfilt + ctest --test-dir vortex-ffi/build -N + ctest --test-dir vortex-ffi/build --output-on-failure --timeout 120 -V 2>&1 | rustfilt - name: Run examples run: | set -o pipefail