Skip to content

Commit

Permalink
Update Test_WSL_Debian_12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay authored Oct 15, 2023
1 parent edfd3fc commit 5494a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_WSL_Debian_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
! -path "./x/helix/target/release/build/helix-term*" \
! -path "./x/helix/target/.rustc_info.json" \
! -name ".wget-hsts" \) -print0 |
xargs -0 -I{} bash -c 'if ! diff -C 3 "/tmp/old_home/$1" "$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}
xargs -0 -I{} bash -c 'if ! diff -C 200 "/tmp/old_home/$1" "$1"; then echo "diff failed for: $1"; exit 1; fi' bash {}

0 comments on commit 5494a38

Please sign in to comment.