Skip to content

Commit

Permalink
run smoke test with mutex_debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wadey committed May 28, 2024
1 parent 1704d7f commit 77eced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77eced3

Please sign in to comment.