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 1734e14 commit 46dca5dCopy full SHA for 46dca5d
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.9.0] - 2024-06-08
11
+
12
+* Add extra argument `cache-on-failure` and forward it to `Swatinem/rust-cache`. (#39 by @samuelhnrq)
13
+ Set the default the value to true.
14
+ This will result in more caching than previously.
15
+ This helps when large dependencies are compiled only for testing to fail.
16
17
## [1.8.0] - 2024-01-13
18
19
* Allow specifying subdirectories for cache.
0 commit comments