chore: update test

This commit is contained in:
Kevin Franklin Kim 2025-04-04 16:45:57 +02:00
parent bb54a33cb5
commit c9c493acb8
No known key found for this signature in database

View File

@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: sourcemeta/jsonschema@v7.3.0
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
@ -29,10 +31,15 @@ jobs:
with:
version: latest
- run: make test
- name: Run test
run: make test
# TODO enable once we have tests
# - uses: coverallsapp/github-action@v2
# with:
# file: coverage.out
- name: Generate schema
run: |
make schema
git diff --exit-code
- uses: coverallsapp/github-action@v2
with:
file: coverage.out