Skip to content

ci: expand test-action matrix to cover untested inputs (#34)#45

Merged
ulises-jeremias merged 1 commit into
vlang:mainfrom
ifauzeee:ci/expand-matrix-untested-inputs
Jul 15, 2026
Merged

ci: expand test-action matrix to cover untested inputs (#34)#45
ulises-jeremias merged 1 commit into
vlang:mainfrom
ifauzeee:ci/expand-matrix-untested-inputs

Conversation

@ifauzeee

@ifauzeee ifauzeee commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Resolves #34. The test-action job only exercised check-latest / stable / version. Expanded the matrix with scenarios for the previously untested inputs:

  • version-file (writes .v-version and runs with version-file)
  • architecture (runs with architecture: x86_64)
  • cache-false (runs with cache: false)
  • clean-false (runs with clean: false)

All run across ubuntu / windows / macos as before.

Verification

YAML-only change; validated by CI once merged.

Add scenarios for version-file, architecture, cache:false and clean:false
so the action's less-exercised inputs are actually validated across the OS
matrix.
@ulises-jeremias

Copy link
Copy Markdown
Member

Thanks @ifauzeee! Great expansion of the CI matrix covering previously untested inputs. Merging!

@ulises-jeremias
ulises-jeremias merged commit e23c754 into vlang:main Jul 15, 2026
2 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: expand CI matrix to cover untested inputs

2 participants