[_] debug

This commit is contained in:
Max 2023-04-24 19:08:23 +08:00
parent 14864e9074
commit 11eaa6602f

View file

@ -199,6 +199,10 @@ jobs:
make fmt-check
make misspell-check
- name: Inspect
run: |
go run . run utils.env.Get MONGO_TEST_HOST
- name: Run test
run: |
make test