From 29d9c52dea59e309ddc0259e0e903f61237eb44b Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 22 Feb 2022 13:25:26 +1300 Subject: [PATCH] [ci] Remove env|sort added for debugging --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 768a38b1..7a339059 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,7 +131,6 @@ jobs: - name: make run: | eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" - env|sort make -j3 - name: Run tests run: make check VERBOSE=1 @@ -174,7 +173,6 @@ jobs: - name: make run: | eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)" - env|sort make -j3 - name: Run tests run: make check VERBOSE=1 -- 2.11.4.GIT