Added chain-factory as admin in Token-Handler SC #783
proxy-compare.yml
on: pull_request
Proxy compare - newly generated vs present in file tree
25s
Annotations
4 warnings
[clippy] token-handler/tests/token_handler_blackbox_tests.rs#L143:
token-handler/tests/token_handler_blackbox_tests.rs#L143
warning: you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
--> token-handler/tests/token_handler_blackbox_tests.rs:143:13
|
143 | / match response {
144 | | Err(error) => assert_eq!(message, error.message),
145 | | _ => {}
146 | | }
| |_____________^ help: try: `if let Err(error) = response { assert_eq!(message, error.message) }`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_match
= note: `#[warn(clippy::single_match)]` on by default
|
Proxy compare - newly generated vs present in file tree
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
|
Proxy compare - newly generated vs present in file tree
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-directories', 'cache-on-failure', 'cache-key', 'matcher', 'rustflags', 'override']
|