Add mlr step -a rprod for running products (#1228)

* mlr step -a rprod

* artifacts from `make dev`

* codespell
This commit is contained in:
John Kerl 2023-03-12 13:32:23 -04:00 committed by GitHub
parent 748a908b7a
commit bfc8ab5ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 120 additions and 41 deletions

View file

@ -63,7 +63,7 @@ regression-test: build
# ----------------------------------------------------------------
# Formatting
# go fmt ./... finds experimental C files which we want to ignore.
fmt:
fmt format:
-go fmt ./cmd/...
-go fmt ./internal/pkg/...
-go fmt ./regression_test.go