Duplicate test harness using axum
router
#402
Annotations
1 error and 16 warnings
Run tests (http)
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, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/setup-node@v3. 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, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run tests (http):
worker/src/websocket.rs#L9
unused import: `crate::AbortSignal`
|
Run tests (http):
worker/src/websocket.rs#L13
unused import: `std::ops::Deref`
|
Run tests (http)
`worker` (lib) generated 2 warnings (run `cargo fix --lib -p worker` to apply 1 suggestion)
|
Run tests (http):
worker-sandbox/src/request.rs#L6
unused import: `axum::Extension`
|
Run tests (http):
worker-sandbox/src/router.rs#L2
unused imports: `alarm`, `cache`, `d1`, `kv`, `queue`, `r2`, `service`
|
Run tests (http):
worker-sandbox/src/router.rs#L15
unused import: `Context`
|
Run tests (http):
worker-sandbox/src/router.rs#L23
unused import: `std::sync::Arc`
|
Run tests (http):
worker-sandbox/src/router.rs#L53
unused variable: `data`
|
Run tests (http):
worker-sandbox/src/router.rs#L54
unused variable: `req`
|
Run tests (http):
worker-sandbox/src/lib.rs#L73
type alias `HandlerContext` is never used
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install stable toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading