Skip to content

update CI scripts

update CI scripts #53

Triggered via pull request September 2, 2023 16:51
@tiyetiye
opened #17
ci-script
Status Success
Total duration 1m 18s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
casting to the same type is unnecessary (`usize` -> `usize`): src/util.rs#L2
warning: casting to the same type is unnecessary (`usize` -> `usize`) --> src/util.rs:2:20 | 2 | let group_size = (size / 3) as usize; | ^^^^^^^^^^^^^^^^^^^ help: try: `(size / 3)` | = 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
Test
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/