--- name: "Testing" description: "Performs unit and lint tests for Enbas with mage" runs: using: "docker" image: "docker://golang:1.23.0-alpine" env: ENBAS_TEST_VERBOSE: "1" ENBAS_TEST_COVER: "1" pre-entrypoint: "go version" entrypoint: "go run magefiles/main.go -v test"