From 93e6ecd57dcfebc25b01cc2568ffb8f88782aec0 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Apr 2021 22:18:41 -0600 Subject: don't fail the build when uutils tests fail --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d4970f..9423e02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,4 +33,6 @@ full-test-uutils: - git clone https://github.com/uutils/coreutils.git ~/uutils-coreutils - cd ~/uutils-coreutils - apt update && apt install -y python3-sphinx - - makers build test busytest + - makers build + - makers test || echo "test failed but that's not the point" + - makers busytest || echo "busytest failed but that's not the point" -- cgit v1.2.3