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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-10 16:52:15 +03:00
parent b71fc25328
commit 5bb33c7e1d

View File

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