Skip to content

ci: enable Rust tests and clippy in PR validation - #67

Merged
aalonsolopez merged 6 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/60-enable-rust-tests-clippy-pr
May 1, 2026
Merged

ci: enable Rust tests and clippy in PR validation#67
aalonsolopez merged 6 commits into
OpenLeagueManager:developfrom
NicoRuedaA:feat/60-enable-rust-tests-clippy-pr

Conversation

@NicoRuedaA

Copy link
Copy Markdown
Contributor

Summary

  • Enable rust-tests-and-clippy job to run on every pull request (previously only on workflow_dispatch)
  • Enable frontend-tests-and-build job to run on every pull request (previously only on workflow_dispatch)
  • This ensures Rust tests (cargo test) and clippy linting (cargo clippy) run automatically on PRs

Changes

  • Modified .github/workflows/pr.yml to remove if: github.event_name == 'workflow_dispatch' condition from rust-full and frontend-full jobs
  • Renamed jobs for clarity: rust-full-experimentalrust-tests-and-clippy, frontend-full-experimentalfrontend-tests-and-build

Closes #60

aalonsolopez and others added 4 commits April 30, 2026 19:38
0.1.2
Version missmatch
- Enable rust-tests-and-clippy job on pull_request events
- Enable frontend-tests-and-build job on pull_request events

Closes #60
@aalonsolopez
aalonsolopez changed the base branch from main to develop April 30, 2026 23:23
@aalonsolopez
aalonsolopez merged commit 8640a10 into OpenLeagueManager:develop May 1, 2026
@NicoRuedaA
NicoRuedaA deleted the feat/60-enable-rust-tests-clippy-pr branch May 7, 2026 13:53
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.

ci: enable Rust tests and clippy in PR validation

2 participants