run smoke test with mutex_debug

This commit is contained in:
Wade Simmons 2024-05-28 13:28:38 -04:00
parent 1704d7f75a
commit 77eced39dd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
check-latest: true
- name: build
run: make bin-docker CGO_ENABLED=1 BUILD_ARGS=-race
run: make bin-docker CGO_ENABLED=1 BUILD_ARGS="-race -tags=mutex_debug"
- name: setup docker image
working-directory: ./.github/workflows/smoke