Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: alecthomas/kingpin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e53b4e59f70e314eeb96d8281de5f855bf7906c
Choose a base ref
..
head repository: alecthomas/kingpin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f96b7aacb4437679007851212ea7826cb972cefb
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 .github/workflows/ci.yml
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,9 +22,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV

- name: Test
run: go test ./... -race -shuffle=on -v