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

ci: Add CI for Rust #28

Merged
merged 4 commits into from
Nov 15, 2024
Merged

ci: Add CI for Rust #28

merged 4 commits into from
Nov 15, 2024

Conversation

lsetiawan
Copy link
Member

This pull request introduces a new GitHub Actions workflow for continuous integration (CI) of Rust projects. The workflow is designed to run on different Rust toolchains and includes steps for checking code formatting, compiling the code, and running tests.

Key changes include:

  • .github/workflows/ci-rust.yaml: Added a new CI workflow configuration for Rust projects that triggers on pushes to main and dev branches and on pull requests. This workflow sets up the Rust environment, runs a linter, compiles the code, and executes tests.

@lsetiawan lsetiawan merged commit 01e56d5 into uw-ssec:dev Nov 15, 2024
16 checks passed
@lsetiawan lsetiawan deleted the add-rust-ci branch November 15, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant