mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
chore: disable gotestfmt
This commit is contained in:
parent
24ce81a8a1
commit
9410bee0a1
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -15,14 +15,15 @@ jobs:
|
||||
name: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: sourcemeta/jsonschema@v7.3.0
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: go.mod
|
||||
|
||||
- uses: sourcemeta/jsonschema@v7.3.0
|
||||
|
||||
#- uses: gotesttools/gotestfmt-action@v2
|
||||
# with:
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ outdated:
|
||||
.PHONY: test
|
||||
## Run tests
|
||||
test:
|
||||
@GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race -json
|
||||
@GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race ./...
|
||||
#@GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race -json ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
|
||||
.PHONY: lint.fix
|
||||
|
||||
Loading…
Reference in New Issue
Block a user