From af8a8ed6fa0b035155caed3de347fe2388e0263f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Tue, 16 Apr 2024 10:30:32 +0200 Subject: [PATCH] haskell.yml: fix that golden files were being generated on GHA --- .github/workflows/haskell.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4f66429114..154aa3e74d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -129,6 +129,11 @@ jobs: - name: Build all run: cabal build all --enable-tests + # This step is temporary. We'll soon remove it and check instead + # that golden files have not been modified when creating them below. + - name: Test all + run: cabal test all --enable-tests --test-show-details=direct -j1 + - # Delete golden files and regenerate them in the next step to ensure # files that tests designate as golden files are actually golden files # and can be generated.