Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit f2a4a38

Browse files
author
Jared Weakly
committed
Make stack results output when running tests (cosmetic change)
1 parent 6bf63f9 commit f2a4a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/__tests__/find-haskell.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ describe('haskell/actions/setup', () => {
7272
it('Versions resolve correctly', () => {
7373
const v = {ghc: '8.6.5', cabal: '2.4.1.0', stack: '2.1.3'};
7474
setupEnv({
75+
'enable-stack': 'true',
7576
'stack-version': '2.1',
7677
'ghc-version': '8.6',
7778
'cabal-version': '2.4'
@@ -84,6 +85,7 @@ describe('haskell/actions/setup', () => {
8485

8586
it('"latest" Versions resolve correctly', () => {
8687
setupEnv({
88+
'enable-stack': 'true',
8789
'stack-version': 'latest',
8890
'ghc-version': 'latest',
8991
'cabal-version': 'latest'

0 commit comments

Comments
 (0)