konstructio / kubefirst

The Kubefirst Open Source Platform
https://docs.kubefirst.io
MIT License
1.67k stars 129 forks source link

Run Go tests on commits #2251

Closed patrickdappollonio closed 1 month ago

patrickdappollonio commented 1 month ago

Description

This PR adds running go test -v -short ./... to this repo on each commit. Uses Go as defined by the version in the go.mod file.

Related Issue(s)

Fixes #

How to test

Create a commit and check the "Test CI" job.