add micro-tests trigger
Some checks failed
lint / lint (pull_request) Successful in 44s
test / test (pull_request) Failing after 37s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-10 17:14:54 +03:00
parent ca52973194
commit e46579fe9a

View File

@ -44,4 +44,5 @@ jobs:
INTEGRATION_TESTS: yes INTEGRATION_TESTS: yes
run: | run: |
cd micro-tests cd micro-tests
cat ../go.work >&2
go test -mod readonly -v ./... go test -mod readonly -v ./...