commit | 51de986ba7bdc52d5da077b6030398df679c7d7f | [log] [tgz] |
---|---|---|
author | Dieter Baron <dillo@nih.at> | Fri Jun 18 13:22:32 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 18 13:22:32 2021 +0200 |
tree | 8be48da6eba2dfa0f591e441c915ce3738cf4287 | |
parent | 8a06e52fa07c33307cf5cbc9f38f7be8e6f6ccbf [diff] |
List files in build/regress. For debugging LD_PRELOAD failure.
diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ca1e314..928d16e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml
@@ -30,5 +30,5 @@ - name: test working-directory: ${{runner.workspace}}/build run: | - (cd regress; ./liboverride-test -v) || true + (cd regress; ./liboverride-test -v; find . -print) || true ctest -v