Hello,
ra...@airmail.cc skribis:
> I would like to propose an environment variable that can be used to
> skip tests, e.g. export GUIX_SKIP_TESTS=1
>
> This could be implemented by changing line 297 of
> guix/guix/build/gnu-build-system.scm:
>
> (define* (check #:key target (make-flags '()) (tests
Hello!
I would like to propose an environment variable that can be used to skip
tests, e.g. export GUIX_SKIP_TESTS=1
This could be implemented by changing line 297 of
guix/guix/build/gnu-build-system.scm:
(define* (check #:key target (make-flags '()) (tests? (not target))
(t