Skip to content

Commit e1a0160

Browse files
committed
Troubleshoot failing to run tests
1 parent a4452b1 commit e1a0160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ jobs:
3838
- name: Build
3939
run: make -C build -j `nproc`
4040
- name: Test
41-
run: ctest build/test/bash
41+
run: |
42+
pwd
43+
ctest ./build/test/bash

0 commit comments

Comments
 (0)