Skip to content

Commit

Permalink
1. fixed GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG committed Aug 14, 2024
1 parent 6c1c171 commit 9deb242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
go-version: ${{ matrix.go }}
check-latest: true

- run: make go-dependencies
- run: make go-generate && git diff --exit-code
- run: make go-all-tests

- name: Test Summary
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
check-latest: true

- run: make go-dependencies

- run: make go-generate && git diff --exit-code

- run: make go-all-tests

- name: Test Summary
Expand Down

0 comments on commit 9deb242

Please sign in to comment.