Upd test in yml
This commit is contained in:
parent
90c6d48c82
commit
cba9d6849e
@ -29,9 +29,14 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
name: test
|
name: test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: setup
|
# needs: setup
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
env:
|
env:
|
||||||
INTEGRATION_TESTS: yes
|
INTEGRATION_TESTS: yes
|
||||||
run: go test -mod readonly -v ./...
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user