From 48e52b4d9b5cf0a8f07e46aeccf70ffe56cb3992 Mon Sep 17 00:00:00 2001 From: Frank Staals Date: Tue, 23 Jul 2024 15:00:18 +0200 Subject: [PATCH] specifying to build all --- .github/workflows/gettested.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gettested.yml b/.github/workflows/gettested.yml index 67ab5cd99..bda0ebffd 100644 --- a/.github/workflows/gettested.yml +++ b/.github/workflows/gettested.yml @@ -49,7 +49,7 @@ jobs: restore-keys: ${{ runner.os }}-ghc-${{ matrix.ghc }}- - name: Build - run: cabal build + run: cabal build all - name: Test run: cabal test all --test-show-details=direct