Browse Source

run smoke test with mutex_debug

Wade Simmons 1 year ago
parent
commit
77eced39dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/smoke.yml

+ 1 - 1
.github/workflows/smoke.yml

@@ -26,7 +26,7 @@ jobs:
         check-latest: true
         check-latest: true
 
 
     - name: build
     - 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
     - name: setup docker image
       working-directory: ./.github/workflows/smoke
       working-directory: ./.github/workflows/smoke