mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
ci: run tests with ASAN
This commit is contained in:
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@@ -51,8 +51,10 @@ jobs:
|
||||
working-directory: internal/testcli/
|
||||
run: go build
|
||||
-
|
||||
name: Run library tests
|
||||
name: Run library tests (race)
|
||||
run: go test -race -v ./...
|
||||
- name: Run library tests (ASAN)
|
||||
run: CGO_FLAGS="$CGO_CFLAGS -fsanitize=address" go test -asan -v ./...
|
||||
-
|
||||
name: Run Caddy module tests
|
||||
working-directory: caddy/
|
||||
|
||||
Reference in New Issue
Block a user