Skip to content

Commit

Permalink
add check to make sure the go modules are in sync (#1369)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Panato <[email protected]>
  • Loading branch information
cpanato authored Jan 28, 2022
1 parent 6575648 commit 4921aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run Go tests w/ `-race`
if: ${{ runner.os == 'Linux' }}
run: go test -race ./...

e2e-tests:
name: Run e2e tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Run end-to-end tests
run: ./test/e2e_test.sh

e2e-windows-powershell-tests:
name: Run PowerShell E2E tests
runs-on: windows-latest
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
before:
hooks:
- go mod tidy
- /bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi'

gomod:
proxy: true
Expand Down

0 comments on commit 4921aa7

Please sign in to comment.