perf: optimize $_SERVER import (#1106)

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
Co-authored-by: a.stecher <a.stecher@sportradar.com>
Co-authored-by: Alliballibaba <alliballibaba@gmail.com>
This commit is contained in:
Alexander Stecher
2024-11-04 15:34:00 +01:00
committed by GitHub
parent ee8e1b97b9
commit e5ca97308e
11 changed files with 447 additions and 253 deletions
+4
View File
@@ -64,6 +64,10 @@ jobs:
name: Run Caddy module tests
working-directory: caddy/
run: go test -tags nobadger,nomysql,nopgx -race -v ./...
-
name: Run Fuzzing Tests
working-directory: caddy/
run: go test -fuzz FuzzRequest -fuzztime 20s
-
name: Build the server
working-directory: caddy/frankenphp/