Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
0ce11b36c0
commit
0a9e76e6bf
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ghrelease.yaml
vendored
2
.github/workflows/ghrelease.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Checkout submodules
|
||||
uses: git submodule update --init --recursive
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Release with GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v3
|
||||
|
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout submodules
|
||||
uses: git submodule update --init --recursive
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Test
|
||||
run: go test -race -v ./...
|
||||
|
|
Loading…
Reference in a new issue