mirror of
https://github.com/slackhq/nebula.git
synced 2025-02-22 22:43:15 +08:00
run smoke test with mutex_debug
This commit is contained in:
parent
1704d7f75a
commit
77eced39dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/smoke.yml
vendored
2
.github/workflows/smoke.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue