micro-tests #372

Merged
vtolstov merged 24 commits from micro-tests into v3 2024-12-10 23:45:54 +03:00
Showing only changes of commit 2cb7200467 - Show all commits

View File

@ -34,8 +34,10 @@ jobs:
cache-dependency-path: "**/*.sum"
go-version: 'stable'
- name: go work
env:
GOWORK=${{ github.workspace }}/go.work
run: |
pushd && go work init && popd
go work init
ls | grep -v go | xargs go work use
- name: deps
run: go get -v ./...