Document checksum behavior and how to opt out (#20) #86
Annotations
2 errors, 2 warnings, and 1 notice
Run julia-actions/julia-docdeploy@v1:
docs/src/index.md#L93
doctest failure in src/index.md:93-102
```jldoctest; filters=r"\d\d?\d?\.\d{3} [μmn]?s( \(.*\))?|0 ns|<0.001 ns"
julia> @b 1
0.713 ns
julia> @b 1.0
1.135 ns
julia> @b 1.0 map=Returns(nothing)
0 ns
```
Subexpression:
@b 1.0 map=Returns(nothing)
Evaluated output:
<0.001 ns
Expected output:
0 ns
diff =
Warning: Diff output requires color.
0 <0.001 ns
|
Run julia-actions/julia-docdeploy@v1
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, julia-actions/setup-julia@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run julia-actions/julia-buildpkg@v1
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`
|
The logs for this run have expired and are no longer available.
Loading