mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01: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