Enhance tests #101
1
.github/workflows/go-test.yaml
vendored
1
.github/workflows/go-test.yaml
vendored
@@ -24,6 +24,7 @@ jobs:
|
||||
./get_helm.sh
|
||||
- name: Launch Test
|
||||
run: |
|
||||
go mod tidy
|
||||
go vet ./... && go test -coverprofile=coverprofile.out -json -v ./... > gotest.json
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Reference in New Issue
Block a user