From 53e6fa79dbef792ffcaa4ba8a51c88be8d688c42 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Tue, 19 Nov 2024 15:41:47 +0000 Subject: [PATCH] Hopefully verbose makes errors easier to understand? --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 2cb8621..b01ffc4 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -32,4 +32,4 @@ jobs: sudo mv nf-test /usr/local/bin/ - name: Run Tests - run: nf-test test tests/main.nf.test + run: nf-test test tests/main.nf.test --verbose