fix pipeline #365

Merged
vtolstov merged 14 commits from :atolstikhin-v3 into v3 2024-12-06 19:05:28 +03:00
Showing only changes of commit cba9d6849e - Show all commits

View File

@ -29,9 +29,14 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
needs: setup
# needs: setup
steps:
- name: test
env:
INTEGRATION_TESTS: yes
run: go test -mod readonly -v ./...
with:
checkout: actions/checkout@v3
deps: go get -v -d ./...
setup-go: actions/setup-go@v5
go-version: 'stable'