We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03084f commit e8081a8Copy full SHA for e8081a8
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Make
21
run: make
22
- name: Test
23
- run: make check || (cat test-suite.log && exit -1)
+ run: make check || (cat test/test-suite.log && exit -1)
24
- name: Valgrind
25
run: make valgrind
26
- name: Distcheck
0 commit comments