Skip to content

Commit e8081a8

Browse files
committed
correct path to test/test-suite.log
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent a03084f commit e8081a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Make
2121
run: make
2222
- name: Test
23-
run: make check || (cat test-suite.log && exit -1)
23+
run: make check || (cat test/test-suite.log && exit -1)
2424
- name: Valgrind
2525
run: make valgrind
2626
- name: Distcheck

0 commit comments

Comments
 (0)