summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-02-12 00:22:32 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-02-17 11:28:13 +0100
commit561287bcefccd345f254cae9a846cd0dd260ffce (patch)
tree6b00b5b861c027b885dd87ecd36fd6de29464d74
parent33843e39aae881a381005973d2995557836c0153 (diff)
downloadtracker-561287bcefccd345f254cae9a846cd0dd260ffce.tar.gz
tests: Use libeatmydata to speed up tests
This will hopefully fix https://gitlab.gnome.org/GNOME/tracker/issues/145 Depends on https://gitlab.gnome.org/GNOME/tracker-oci-images/merge_requests/14 Backport of https://gitlab.gnome.org/GNOME/tracker/merge_requests/176
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8a15ace67..655ea6ee1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ test-fedora-latest:
# screenful of junk each time unless we strip these.
unset $(env|grep -o '^CI_[^=]*')
- su tracker -c 'cd build; env LANG=C.UTF8 LC_ALL=C.UTF8 meson test --print-errorlogs'
+ su tracker -c 'cd build; env LANG=C.UTF8 LC_ALL=C.UTF8 eatmydata meson test --print-errorlogs'
artifacts:
when: always