diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 04f8067d5f..da83cd7a4e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -129,11 +129,6 @@ 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. @@ -141,7 +136,7 @@ jobs: 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 }}