Skip to content

Commit fecb52e

Browse files
committed
Troubleshoot windows not starting Tests with ./Tests anymore
1 parent bcaca19 commit fecb52e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ jobs:
127127

128128
- name: Test
129129
working-directory: ${{ env.BUILD_DIR }}
130-
run: ./Tests
130+
run: |
131+
ls -ahl
132+
./Tests
131133
132134
- name: Run Benchmarks
133135
working-directory: ${{ env.BUILD_DIR }}

0 commit comments

Comments
 (0)