fix: random crashes when reloading (#394)

This commit is contained in:
Kévin Dunglas
2023-12-18 09:05:49 +01:00
committed by GitHub
parent ebd5b45dda
commit 517e086786
4 changed files with 18 additions and 0 deletions
+11
View File
@@ -53,6 +53,17 @@ jobs:
name: Run Caddy module tests
working-directory: caddy/
run: go test -race -v ./...
-
name: Build the server
working-directory: caddy/frankenphp/
run: go build
-
name: Start the server
working-directory: testdata/
run: sudo ../caddy/frankenphp/frankenphp start
-
name: Run integrations tests
run: ./reload_test.sh
-
name: Lint Go code
uses: golangci/golangci-lint-action@v3