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 884f8c2 commit 61e1467Copy full SHA for 61e1467
.github/workflows/update_cache.yml
@@ -68,3 +68,7 @@ jobs:
68
# setup-nix-cache-action will automatically copy the build result to the first substituter, so no need for a nix
69
# copy after the build.
70
- run: nix build .#allPostgresWithPlPython
71
+ # Might as well build the test suites too and cache them -- while they're fast and not typically cacheable in a
72
+ # meaningful way, they do rely on Python versions with packages (like SQLAlchemy) that will be effectively cached
73
+ # by this.
74
+ - run: nix build .#allTestSuites
0 commit comments