Skip to content

Running terratest #34

Open
Open
@issacg

Description

@issacg

Hey,

Wondering if there's a reason why this repo doesn't supply a hook for running tests written with terratest (perhaps by default expecting to run go test from an expected test/ subdirectory)?

Sorta like:

- id: terratest
          name: terratest
          description: "Run terratest unit tests"
          entry: sh -c "cd test; go test -count=1 -timeout 30m -tags=unit"
          language: system
          files: '\.tf$'
          pass_filenames: false

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions