From 6a727aac4adcab0723d1555c717300bc798a35a7 Mon Sep 17 00:00:00 2001 From: hvanz Date: Thu, 11 Jan 2024 18:15:34 +0100 Subject: [PATCH] Remove unused tests target --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 025786e845e..9e5dba9cab7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -29,7 +29,7 @@ jobs: - name: Build working-directory: test/e2e # Run two make jobs in parallel, since we can't run steps in parallel. - run: make -j2 docker runner tests + run: make -j2 docker runner if: "env.GIT_DIFF != ''" - name: Run CI testnet