From 47c24eed0191f8f72646be63dee94ac2b35eb062 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sun, 24 Mar 2024 15:02:15 +0100 Subject: chore(test): add tests (manual) for isatty terminal function (#22) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe8295e..86b74fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,4 +106,4 @@ jobs: - name: test run: | - busted --Xoutput "--color" + busted --exclude-tags=manual --Xoutput "--color" -- cgit v1.2.3-55-g6feb