Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 31, 2024
1 parent afea5d6 commit 8afeee7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ jobs:

- name: Run tests (C++)
working-directory: build/test
run: ./test_xtensor_r
run: |
pwd
ls
./test_xtensor_r

0 comments on commit 8afeee7

Please sign in to comment.