Add GitHub check and test workflows #1
check.yml
on: push
check
/
...
/
fmt
7s
check
/
...
/
doc
11s
check
/
...
/
check
1m 29s
Matrix: check / clippy
Annotations
6 errors
can't find crate for `core`:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs#L1
error[E0463]: can't find crate for `core`
|
= note: the `x86_64-pc-windows-gnu` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-pc-windows-gnu`
|
check / beta / clippy
Clippy has exited with exit code 101
|
check / nightly / doc
Process completed with exit code 101.
|
can't find crate for `core`:
home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs#L1
error[E0463]: can't find crate for `core`
|
= note: the `x86_64-pc-windows-gnu` target may not be installed
= help: consider downloading the target with `rustup target add x86_64-pc-windows-gnu`
|
check / stable / clippy
Clippy has exited with exit code 101
|
check / 1.56.0 / check
Process completed with exit code 101.
|