1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

ci: split test and check jobs (#5062)

just to make the status a bit better...

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-08-09 10:17:15 -03:00 committed by GitHub
parent 35f75cefab
commit 9e169e47a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,5 +64,11 @@ jobs:
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
with:
file: ./coverage.txt
- run: ./goreleaser check
- run: git diff
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- run: go run . check