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