add make smoke-docker
(#287)
This makes it easier to use the docker container smoke test that GitHub actions runs. There is also `make smoke-docker-race` that runs the smoke test with `-race` enabled.
This commit is contained in:
2
.github/workflows/smoke.yml
vendored
2
.github/workflows/smoke.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
${{ runner.os }}-go1.16-
|
||||
|
||||
- name: build
|
||||
run: make
|
||||
run: make bin-docker
|
||||
|
||||
- name: setup docker image
|
||||
working-directory: ./.github/workflows/smoke
|
||||
|
Reference in New Issue
Block a user