Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Fix error commiting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Osorio committed Feb 15, 2022
1 parent 264f157 commit 0c31f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
go-version: '1.16.2'
- name: Run go tidy
run: make tidy && git diff --shortstat
run: make tidy && git diff --shortstat --exit-code
- name: Run go test
run: make test
- name: Run go build
Expand Down

0 comments on commit 0c31f12

Please sign in to comment.