Skip to content

Commit

Permalink
ci: Install git-delta
Browse files Browse the repository at this point in the history
For nicer diffs in error messages.
  • Loading branch information
adombeck committed Nov 12, 2024
1 parent efe4aa8 commit 45d2e0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
with:
go-version-file: go.mod

- name: Install dependencies
run: |
set -eu
sudo apt update
sudo apt install -y git-delta
- name: Run tests (with coverage collection)
run: |
set -eu
Expand Down

0 comments on commit 45d2e0e

Please sign in to comment.