Skip to content

Commit

Permalink
Fix toolchain component in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent 2f3f32f commit 4585c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
rust_toolchain_components: cargo, clippy
- task: check
job_name: ✅ Cargo Check Job
rust_toolchain_components: cargo, rustc, rust-stdcargo
rust_toolchain_components: cargo, rustc, rust-std
- task: test
job_name: 🧪 Cargo Test Job
rust_toolchain_components: cargo, rustc, rust-std
Expand Down

0 comments on commit 4585c82

Please sign in to comment.