feat(http): add cookie feature for client #1370
ci.yaml
on: pull_request
Matrix: lint
Matrix: test-linux-aarch64
Matrix: test-linux
Matrix: test-macos
Matrix: test-windows
Matrix: docs-check
Matrix: test-cli
CI is green
0s
Annotations
13 errors and 9 warnings
test-macos (stable)
Process completed with exit code 101.
|
test-macos (nightly)
The job was canceled because "stable" failed.
|
test-macos (nightly)
The operation was canceled.
|
test-linux (stable)
Process completed with exit code 101.
|
test-linux (nightly)
The job was canceled because "stable" failed.
|
test-linux (nightly)
The operation was canceled.
|
test-windows (nightly)
Process completed with exit code 1.
|
test-windows (stable)
The job was canceled because "nightly" failed.
|
test-windows (stable)
The operation was canceled.
|
test-cli (stable)
Process completed with exit code 101.
|
test-linux-aarch64 (stable)
Process completed with exit code 101.
|
test-linux-aarch64 (nightly)
The job was canceled because "stable" failed.
|
test-linux-aarch64 (nightly)
Process completed with exit code 101.
|
casting to the same type is unnecessary (`u64` -> `u64`):
benchmark/src/perf/mem.rs#L62
warning: casting to the same type is unnecessary (`u64` -> `u64`)
--> benchmark/src/perf/mem.rs:62:41
|
62 | mem_usage_list.push(mem_usage as u64);
| ^^^^^^^^^^^^^^^^ help: try: `mem_usage`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
= note: `#[warn(clippy::unnecessary_cast)]` on by default
|
lint (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint (nightly)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-macos (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-linux (stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-windows (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
docs-check (nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-cli (stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test-linux-aarch64 (stable)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|