Skip to content

Commit

Permalink
check update-modules in CI to prevent regressions discovered late
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu committed Apr 26, 2023
1 parent a88e449 commit 28aa96e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,20 @@ jobs:
- name: Unit tests
run: make test

check-update-modules:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: stable
cache: true
cache-dependency-path: '**/go.sum'
- name: Check Update Modules Command
run: make update-modules


coverage:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 28aa96e

Please sign in to comment.