Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow description #59

Merged
merged 1 commit into from
Jul 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions GITHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ The workflow starts with checking out the repo, installing the required dependen
Next, a build check is ran via `cargo build --verbose`, followed by clippy checks on the `gui-vizia` and `gui-egui` versions of the crate, and finally, the tests are ran via `cargo test --workspace --no-default-features --features components --verbose`.

As a final step, the `Swatinem/rust-cache@v2` workflow updates the aforementioned cache for re-use by the next job.

In parallel, a rustfmt check is ran via ``cargo fmt --all --check``. This ensures that all of the Rust code is formatted with ``cargo fmt``.
Loading