Skip to content

Commit

Permalink
Merge pull request #807 from rust-embedded/fix-typo-in-regress
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
burrbull authored Feb 4, 2024
2 parents 061329d + a180442 commit a23a780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
tool: git-delta

# if a new line is added here, make sure to update the `summary` job to reference the new step index
- run: cargo regress diff ${{ matrix.command }}
- run: cargo regress diff ${{ matrix.command }}
- run: cargo regress diff --use-pager-directly ${{ matrix.command }}
env:
GH_TOKEN: ${{ github.token }}
GITHUB_PR: ${{ matrix.pr }}
Expand Down

0 comments on commit a23a780

Please sign in to comment.