From 625161556a8a55086e05e7566b901ec8727c8fbb Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 26 Apr 2024 13:12:47 +0200 Subject: [PATCH] Show build logs in CI --- test/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ci.sh b/test/ci.sh index cef80ff..7526fda 100755 --- a/test/ci.sh +++ b/test/ci.sh @@ -4,8 +4,8 @@ set -e set -x # Allow impure evaluation so we fetch the latest commit from the repo -bench6_ref=$(nix build --print-out-paths --impure ".#bench6Master") -bench6_cur=$(nix build --print-out-paths ".#bench6") +bench6_ref=$(nix build -L --print-out-paths --impure ".#bench6Master") +bench6_cur=$(nix build -L --print-out-paths ".#bench6") # Add bigotes to the path bigotes=$(nix build --print-out-paths 'jungle#bigotes')