We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cd6ae commit 8c45df1Copy full SHA for 8c45df1
2 files changed
.github/workflows/i386.yml
@@ -31,5 +31,5 @@ jobs:
31
ghc --version
32
cabal --version
33
cabal update
34
- cabal build all # Workaround for https://github.com/haskell/cabal/issues/11677
+ cabal build all:tests # Workaround for https://github.com/haskell/cabal/issues/11677
35
cabal test all
.github/workflows/s390x.yml
@@ -53,4 +53,5 @@ jobs:
53
ghc-options: -O0
54
EOF
55
56
57
0 commit comments