There was an error while loading. Please reload this page.
1 parent 6b0982b commit 7e401cdCopy full SHA for 7e401cd
.github/workflows/test.yaml
@@ -139,6 +139,13 @@ jobs:
139
- uses: codecov/codecov-action@v4
140
with:
141
token: ${{ secrets.CODECOV_TOKEN }}
142
+ - name: Save hypothesis directory
143
+ uses: actions/cache/save@v4
144
+ if: always()
145
+ with:
146
+ path: .hypothesis/
147
+ key: cache-hypothesis-${{ github.run_id }}-${{ github.run_attempt }}-${{ matrix.environment }}-${{ matrix.os }}
148
+ enableCrossOsArchive: true
149
150
core_test_suite:
151
name: core:${{ matrix.environment }}:${{ matrix.os }}
0 commit comments