Skip to content

Commit

Permalink
Fix Code Validation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent a55539f commit 679e9a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@ jobs:
toolchain: gnu
- task: fmt
job_name: 📑 Cargo Fmt Job
rust_toolchain_components: cargo, rustfmt
- task: clippy
job_name: 📎 Cargo Clippy Job
rust_toolchain_components: cargo, clippy
- task: check
job_name: ✅ Cargo Check Job
rust_toolchain_components: cargo, rustc, rust-std
- task: test
job_name: 🧪 Cargo Test Job

rust_toolchain_components: cargo, rustc, rust-std
runs-on: ${{ matrix.cicd_runner }}
steps:
- name: 🎟 Checkout Git Repository Step
Expand Down

0 comments on commit 679e9a6

Please sign in to comment.