Skip to content

Commit ed974a7

Browse files
committed
More robust CI stack dependency caching
1 parent a0b418c commit ed974a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- run: stack test --resolver nightly --haddock --no-haddock-deps --lock-file read-write --system-ghc --dry-run
22+
- run: stack dot --global-hints --resolver nightly --lock-file read-write
2323
- uses: actions/cache@v4
2424
with:
2525
path: ~/.stack

0 commit comments

Comments
 (0)