Skip to content

refactor(nosapi_data): better error naming #43

refactor(nosapi_data): better error naming

refactor(nosapi_data): better error naming #43

Triggered via pull request September 15, 2023 08:27
Status Failure
Total duration 40s
Artifacts

ci.yml

on: pull_request
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Unit tests (ubuntu-latest): crates/nosapi_data/src/lib.rs#L3
file not found for module `macros`
Unit tests (ubuntu-latest)
Process completed with exit code 101.
Unit tests (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Unit tests (windows-latest)
The operation was canceled.
Format
Process completed with exit code 1.
Unit tests (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Unit tests (macos-latest)
The operation was canceled.
file not found for module `macros`: crates/nosapi_data/src/lib.rs#L3
error[E0583]: file not found for module `macros` --> crates/nosapi_data/src/lib.rs:3:1 | 3 | mod macros; | ^^^^^^^^^^^ | = help: to create the module `macros`, create file "crates/nosapi_data/src/macros.rs" or "crates/nosapi_data/src/macros/mod.rs"
Lint
Clippy had exited with the 101 exit code
Lint
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/