Skip to content

Commit

Permalink
haskell.yml: fix that golden files were being generated on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Apr 16, 2024
1 parent da172bc commit af8a8ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/haskell.yml
Expand Up @@ -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.
Expand Down

0 comments on commit af8a8ed

Please sign in to comment.