Skip to content

Commit

Permalink
fix CIFuzz action (#1077)
Browse files Browse the repository at this point in the history
* fix CIFuzz action

* remove extra line in expected error
  • Loading branch information
tomtau authored Feb 2, 2025
1 parent 8ea0c31 commit f2f4310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dry-run: false
language: rust
- name: Upload Crash
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down
1 change: 0 additions & 1 deletion pest/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,6 @@ mod tests {
assert_eq!(
format!("{:?}", miette_error),
[
"",
" \u{1b}[31m×\u{1b}[0m Failure to parse at Pos((2, 1))",
" ╭────",
" \u{1b}[2m1\u{1b}[0m │ def",
Expand Down

0 comments on commit f2f4310

Please sign in to comment.