From d506e72a1e65c6429fe0881fb580cbce301ddf9a Mon Sep 17 00:00:00 2001 From: Lennart Altenhof Date: Mon, 18 Mar 2024 14:38:18 +0100 Subject: [PATCH] ci: use manual memory sanitization commands --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4af7347..8f6ae57 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -58,7 +58,7 @@ jobs: run: make dep - name: Memory sanitization - run: make msan + run: CC=clang CXX=clang++ go test -msan -short ./... lint: runs-on: ubuntu-latest