ci: disable gotestfmt

It doesn't like build warnings in Go 1.24's new json format
This commit is contained in:
Tulir Asokan 2025-02-13 15:28:32 +02:00
parent 79776c13bc
commit daadb450e3

View file

@ -52,10 +52,10 @@ jobs:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
cache: true cache: true
- name: Set up gotestfmt #- name: Set up gotestfmt
uses: GoTestTools/gotestfmt-action@v2 # uses: GoTestTools/gotestfmt-action@v2
with: # with:
token: ${{ secrets.GITHUB_TOKEN }} # token: ${{ secrets.GITHUB_TOKEN }}
- name: Install libolm - name: Install libolm
run: sudo apt-get install libolm-dev run: sudo apt-get install libolm-dev
@ -68,4 +68,5 @@ jobs:
run: | run: |
set -euo pipefail set -euo pipefail
export LIBRARY_PATH=. export LIBRARY_PATH=.
go test -v -json ./... -cover | gotestfmt #go test -v -json ./... -cover | gotestfmt
go test ./...