Skip to content

Commit c55caba

Browse files
No longer use eatmydata for github CI run tests
The output from eatmydata when failing to find its LD_PRELOAD library in the chroot cause tests/motion/g0 to fail.
1 parent c9ad2ad commit c55caba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
eatmydata debian/configure
8888
eatmydata debuild -us -uc
8989
sudo apt-get install ../*.deb
90-
eatmydata ./scripts/runtests -p tests/
90+
./scripts/runtests -p tests/
9191
eatmydata lintian --info --display-info --pedantic --display-experimental ../*.deb

0 commit comments

Comments
 (0)