Skip to content

Commit

Permalink
Merge pull request #59 from perlindgren/ci
Browse files Browse the repository at this point in the history
Update workflow description
  • Loading branch information
perlindgren authored Jul 31, 2023
2 parents 939bf35 + 9a7d20d commit 99d97a6
Showing 1 changed file with 2 additions and 0 deletions.
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``.

0 comments on commit 99d97a6

Please sign in to comment.