chore: skip mke

This commit is contained in:
Kevin Franklin Kim 2025-02-10 11:32:35 +01:00
parent 4900b61684
commit 79ce1d81e4
No known key found for this signature in database

View File

@ -29,7 +29,7 @@ jobs:
version: latest
args: --timeout=5m
- run: make test
- run: GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race -json ./... | gotestfmt
- uses: coverallsapp/github-action@v2
with: