hehe
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-08-11 14:02:18 +02:00
parent 0ce11b36c0
commit 0a9e76e6bf
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ./...