mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-22 10:33:13 +00:00
It was an inlined `go test` in the workflow, and the only thing in the build that runs it. Every other gate there goes through make - make test, make build, make checksilent - and `make test` is `go test ./...` in this module, which cannot reach test/e2e-apporder because that is a module of its own. So the one check that exercises installing an application was the one check a developer had no command for, and the only place it could turn red was after pushing.