Skip to content

Commit

Permalink
ci: use manual memory sanitization commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lefinal committed Mar 18, 2024
1 parent f60369d commit d506e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d506e72

Please sign in to comment.