Skip to content

Commit 0157a71

Browse files
sami-danielCopilot
andauthored
Update .github/workflows/fuzzing.yml
Fix typo "shoudl" on fuzzing CI config Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 54726db commit 0157a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- { name: fuzz_ed, should_pass: true }
4747
- { name: fuzz_normal, should_pass: true }
4848
- { name: fuzz_patch, should_pass: true }
49-
- { name: fuzz_side, shoudl_pass: true }
49+
- { name: fuzz_side, should_pass: true }
5050
steps:
5151
- uses: actions/checkout@v4
5252
- uses: dtolnay/rust-toolchain@nightly

0 commit comments

Comments
 (0)