Skip to content

Commit 255e068

Browse files
committed
use pkgname-and-test-fails
1 parent c6fcde7 commit 255e068

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
contents: read
1919
env:
2020
GOTOOLCHAIN: local
21-
GOTESTSUM_FORMAT: github-actions
21+
GOTESTSUM_FORMAT: pkgname-and-test-fails
2222
jobs:
2323
# Adapted from https://github.com/beberlei/hdrhistogram-php
2424
sanitizers:

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
env:
2020
GOTOOLCHAIN: local
2121
GOEXPERIMENT: cgocheck2
22-
GOTESTSUM_FORMAT: github-actions
22+
GOTESTSUM_FORMAT: pkgname-and-test-fails
2323
jobs:
2424
tests-linux:
2525
name: Tests (Linux, PHP ${{ matrix.php-versions }})

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333

3434
env:
3535
GOTOOLCHAIN: local
36-
GOTESTSUM_FORMAT: github-actions
36+
GOTESTSUM_FORMAT: pkgname-and-test-fails
3737
GOFLAGS: "-ldflags=-extldflags=-fuse-ld=lld -tags=nobadger,nomysql,nopgx"
3838
PHP_DOWNLOAD_BASE: "https://downloads.php.net/~windows/releases/"
3939
CC: clang

0 commit comments

Comments
 (0)