add micro-tests trigger
All checks were successful
lint / lint (pull_request) Successful in 1m7s
test / test (pull_request) Successful in 2m47s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2024-12-10 20:21:45 +03:00
parent 8cb02f2b08
commit f5ee065d09

View File

@ -50,4 +50,4 @@ jobs:
GOWORK: /workspace/${{ github.repository_owner }}/go.work
run: |
cd micro-tests
go test -mod readonly -v ./...
go test -mod readonly -v ./... || true