Skip to content

Commit fb67acc

Browse files
committed
Enables C++ tests on Windows
1 parent 7ffdfda commit fb67acc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)