Skip to content

Commit 77450d6

Browse files
committed
nobrotli
1 parent 88ce8ef commit 77450d6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
permissions:
1515
contents: read
1616
jobs:
17-
tests:
17+
tests-linux:
18+
name: Tests (Linux, PHP ${{ matrix.php-versions }})
1819
runs-on: ubuntu-latest
1920
strategy:
2021
fail-fast: false
@@ -71,7 +72,8 @@ jobs:
7172
if: matrix.php-versions == '8.4'
7273
with:
7374
version: latest
74-
mac-tests:
75+
tests-mac:
76+
name: Tests (macOS, PHP 8.4)
7577
runs-on: macos-latest
7678
env:
7779
GOEXPERIMENT: cgocheck2
@@ -104,4 +106,4 @@ jobs:
104106
run: go test -tags nowatcher -race -v ./...
105107
- name: Run Caddy module tests
106108
working-directory: caddy/
107-
run: go test -tags nowatcher,nobadger,nomysql,nopgx -race -v ./...
109+
run: go test -tags nowatcher,nobrotli,nobadger,nomysql,nopgx -race -v ./...

0 commit comments

Comments
 (0)