Explorar o código

Output test log on failure

Martijn Braam hai 2 meses
pai
achega
759a8f78af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -6,7 +6,7 @@ build:
   script:
     - meson build --buildtype release --werror
     - ninja -C build
-    - cd build && meson test --no-rebuild
+    - cd build && meson test --no-rebuild || cat meson-logs/testlog.txt
 
 docs:
   stage: test