Skip to content

Commit

Permalink
Remove additional testing step that becomes useless
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Apr 17, 2024
1 parent 48febd1 commit ff48c39
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/haskell.yml
Expand Up @@ -129,19 +129,14 @@ 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.
name: Delete golden files
run: |
rm -rf cardano-cli/test/cardano-cli-golden/files/golden
- name: Run tests regenerate golden files
- name: Run tests, generating golden files on the fly
env:
TMPDIR: ${{ runner.temp }}
TMP: ${{ runner.temp }}
Expand Down

0 comments on commit ff48c39

Please sign in to comment.