[_] debug
This commit is contained in:
parent
14864e9074
commit
11eaa6602f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -199,6 +199,10 @@ jobs:
|
||||||
make fmt-check
|
make fmt-check
|
||||||
make misspell-check
|
make misspell-check
|
||||||
|
|
||||||
|
- name: Inspect
|
||||||
|
run: |
|
||||||
|
go run . run utils.env.Get MONGO_TEST_HOST
|
||||||
|
|
||||||
- name: Run test
|
- name: Run test
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue