upgrade blackbox rust_testing_framework_tester #2108
template-test-current.yml
on: pull_request
Template tool test - current (unreleased) templates
4m 42s
Annotations
5 warnings
[clippy] contracts/feature-tests/rust-testing-framework-tester/tests/tester_blackbox_test.rs#L47:
contracts/feature-tests/rust-testing-framework-tester/tests/tester_blackbox_test.rs#L47
warning: redundant closure
--> contracts/feature-tests/rust-testing-framework-tester/tests/tester_blackbox_test.rs:47:38
|
47 | let handler = std::thread::spawn(|| tester_deploy_test());
| ^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `tester_deploy_test`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
[clippy] contracts/feature-tests/rust-testing-framework-tester/tests/tester_blackbox_test.rs#L47:
contracts/feature-tests/rust-testing-framework-tester/tests/tester_blackbox_test.rs#L47
warning: redundant closure
--> contracts/feature-tests/rust-testing-framework-tester/tests/tester_blackbox_test.rs:47:38
|
47 | let handler = std::thread::spawn(|| tester_deploy_test());
| ^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `tester_deploy_test`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `#[warn(clippy::redundant_closure)]` on by default
|
Template tool test - current (unreleased) templates
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/
|
Template tool test - current (unreleased) templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']
|
Template tool test - current (unreleased) templates
Unexpected input(s) 'default', valid inputs are ['toolchain', 'target', 'components', 'cache', 'cache-workspaces', 'cache-on-failure', 'matcher', 'rustflags']
|