Closed noahmmcgivern closed 11 months ago
Adds automated testing and builds to this project via Github Workflows.
Testing.yml
cargo check
cargo fmt --all --check
cargo clippy
Runs cargo/cross test --release --target ${{ matrix.target }} --verbose to ensure that all tests pass for various targets:
cargo/cross test --release --target ${{ matrix.target }} --verbose
Release.yml
Added files for builds:
Removed unused files:
All committers have signed the CLA.
Github Workflows
Adds automated testing and builds to this project via Github Workflows.
Workflow descriptions
Testing.yml
cargo check
to ensure that the binaries compilecargo fmt --all --check
to ensure that the project has been formattedcargo clippy
to ensure that the project has been linted (ignores warnings)Runs
cargo/cross test --release --target ${{ matrix.target }} --verbose
to ensure that all tests pass for various targets:Release.yml
Other changes
Added files for builds:
Removed unused files: