You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: caching: dodge all && test && benchmark dep inconsistencies
`test` workflow does essentially `cabal v2-build --enable-tests` by target.
`bench` workflow does essentiall `cabal v2-build --enable-benchmarks` by target.
Using `all --enable-tests --enable-benchmarks` requires total consistency
These changes are to make `caching` able to work when `test` & `bench` deps
versions are inconsistent (which is how CI & people use them - separately).
Or to be able to cache inside WIP PRs. For example look inside the CI thread
inside the #2503
0 commit comments