enbas/.forgejo/actions/tests/action.yaml

12 lines
271 B
YAML
Raw Normal View History

2024-08-17 16:35:27 +01:00
---
name: "Testing"
description: "Performs unit and lint tests for Enbas with mage"
runs:
using: "docker"
2024-08-17 16:46:03 +01:00
image: "Dockerfile"
2024-08-17 16:35:27 +01:00
env:
ENBAS_TEST_VERBOSE: "1"
ENBAS_TEST_COVER: "1"
pre-entrypoint: "go version"
entrypoint: "go run magefiles/main.go -v test"