Skip to content

Commit eb40f2a

Browse files
committed
Enables C++ tests on Windows
1 parent 81419bf commit eb40f2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: cmake --build . --target test_xtensor_r --parallel 8
4949

5050
# TODO: fix the test on Windows
51-
#- name: Run tests (C++)
52-
#working-directory: build/test
53-
#run: test_xtensor_r
51+
- name: Run tests (C++)
52+
working-directory: build/test
53+
run: ./test_xtensor_r
5454

0 commit comments

Comments
 (0)