mirror of
https://github.com/mautrix/signal.git
synced 2025-03-14 14:15:36 +00:00
ci: disable gotestfmt
It doesn't like build warnings in Go 1.24's new json format
This commit is contained in:
parent
79776c13bc
commit
daadb450e3
1 changed files with 6 additions and 5 deletions
11
.github/workflows/go.yml
vendored
11
.github/workflows/go.yml
vendored
|
@ -52,10 +52,10 @@ jobs:
|
|||
go-version: ${{ matrix.go-version }}
|
||||
cache: true
|
||||
|
||||
- name: Set up gotestfmt
|
||||
uses: GoTestTools/gotestfmt-action@v2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
#- name: Set up gotestfmt
|
||||
# uses: GoTestTools/gotestfmt-action@v2
|
||||
# with:
|
||||
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install libolm
|
||||
run: sudo apt-get install libolm-dev
|
||||
|
@ -68,4 +68,5 @@ jobs:
|
|||
run: |
|
||||
set -euo pipefail
|
||||
export LIBRARY_PATH=.
|
||||
go test -v -json ./... -cover | gotestfmt
|
||||
#go test -v -json ./... -cover | gotestfmt
|
||||
go test ./...
|
||||
|
|
Loading…
Add table
Reference in a new issue