Skip to content

Commit c6fcde7

Browse files
committed
use GOTESTSUM_FORMAT: github-actions for ci runs
1 parent 11de526 commit c6fcde7

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ permissions:
1818
contents: read
1919
env:
2020
GOTOOLCHAIN: local
21+
GOTESTSUM_FORMAT: github-actions
2122
jobs:
2223
# Adapted from https://github.com/beberlei/hdrhistogram-php
2324
sanitizers:

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ permissions:
1919
env:
2020
GOTOOLCHAIN: local
2121
GOEXPERIMENT: cgocheck2
22+
GOTESTSUM_FORMAT: github-actions
2223
jobs:
2324
tests-linux:
2425
name: Tests (Linux, PHP ${{ matrix.php-versions }})

.github/workflows/windows.yaml

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

3434
env:
3535
GOTOOLCHAIN: local
36+
GOTESTSUM_FORMAT: github-actions
3637
GOFLAGS: "-ldflags=-extldflags=-fuse-ld=lld -tags=nobadger,nomysql,nopgx"
3738
PHP_DOWNLOAD_BASE: "https://downloads.php.net/~windows/releases/"
3839
CC: clang

0 commit comments

Comments
 (0)