--- name: "Testing" description: "Performs unit and lint tests for Enbas with mage" runs: using: "docker" image: "Dockerfile" env: ENBAS_TEST_VERBOSE: "1" ENBAS_TEST_COVER: "1" pre-entrypoint: "go version" entrypoint: "mage -v test"