Enhance tests #101

Merged
metal3d merged 3 commits from develop into master 2024-12-17 17:25:34 +00:00
Showing only changes of commit e36bbf41f4 - Show all commits

View File

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