From f2545878db7dd25b9f225f66217eefa8d0e33090 Mon Sep 17 00:00:00 2001 From: nigosto Date: Sun, 8 Sep 2024 17:29:45 +0300 Subject: [PATCH] Remove build options --- .github/workflows/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project.yaml b/.github/workflows/project.yaml index 35ca7a4..66e5f0a 100644 --- a/.github/workflows/project.yaml +++ b/.github/workflows/project.yaml @@ -36,8 +36,8 @@ jobs: - name: Install dependencies run: | cabal update - cabal build --only-dependencies --enable-tests --enable-benchmarks + cabal build - name: Build - run: cabal build --enable-tests --enable-benchmarks all + run: cabal build - name: Run tests run: cabal test all