Skip to content

Commit

Permalink
Added: Mention to Lightweight Binary for CI with Binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jun 21, 2024
1 parent 72fcae8 commit f1c805a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ This workflow runs on every push and performs the following steps:

**Note:** Code coverage is skipped when using `cross` due to incompatibility with Tarpaulin.

### Workflow for Binary Projects

This action is designed for Rust libraries without binary artifacts.

If you're working on a project with binary artifacts, consider using [devops-rust-lightweight-binary][rust-lw-binary],
instead, which will invoke this action as part of its workflow if tests are enabled.

## License

This GitHub Action is released under the [MIT License](LICENSE).
This GitHub Action is released under the [MIT License](LICENSE).

[rust-lw-binary]: https://github.com/Reloaded-Project/devops-rust-lightweight-binary

0 comments on commit f1c805a

Please sign in to comment.