enbas/.forgejo/actions/tests/action.yaml
Dan Anglin d9f5215462
Some checks failed
Tests / test (pull_request) Failing after 18s
there was a typo
2024-08-17 16:49:46 +01:00

11 lines
290 B
YAML

---
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"