diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-01-25 18:28:48 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-01-25 18:28:48 +0100 |
commit | dbbd2c61c912769c8a0063454862fa2168e7afd9 (patch) | |
tree | 447b84c623bcc1ed5c9946a26d006001abf63841 /.github/workflows/ci.yml | |
parent | 302dbc2df4e55855d1c9a97f679101e9d40a260e (diff) | |
download | libquotient-dbbd2c61c912769c8a0063454862fa2168e7afd9.tar.gz libquotient-dbbd2c61c912769c8a0063454862fa2168e7afd9.zip |
Revert to running quotest from the source tree
For some reason the installed one doesn't find QtTest dynamic library.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 946b3073..fd6f489e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,6 @@ jobs: env: TEST_USER: ${{ secrets.TEST_USER }} TEST_PWD: ${{ secrets.TEST_PWD }} - LD_LIBRARY_PATH: "${{ env.Qt5_DIR }}/lib" run: | - [[ -z "$TEST_USER" ]] || $VALGRIND ~/.local/bin/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN" + [[ -z "$TEST_USER" ]] || $VALGRIND build/quotest/quotest "$TEST_USER" "$TEST_PWD" quotest-gha '#quotest:matrix.org' "$QUOTEST_ORIGIN" timeout-minutes: 5 # quotest is supposed to finish within 3 minutes, actually |