We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b418c commit ed974a7Copy full SHA for ed974a7
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
- - run: stack test --resolver nightly --haddock --no-haddock-deps --lock-file read-write --system-ghc --dry-run
+ - run: stack dot --global-hints --resolver nightly --lock-file read-write
23
- uses: actions/cache@v4
24
with:
25
path: ~/.stack
0 commit comments