From fb67acca50bc378216cac4ae5980afb606cdb250 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 3 Nov 2025 01:07:52 +0100 Subject: [PATCH] Enables C++ tests on Windows --- .github/workflows/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 149116a..5989845 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -48,7 +48,7 @@ jobs: run: cmake --build . --target test_xtensor_r --parallel 8 # TODO: fix the test on Windows - #- name: Run tests (C++) - #working-directory: build/test - #run: test_xtensor_r + - name: Run tests (C++) + working-directory: build/test + run: ./test_xtensor_r