mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
5 lines
188 B
Makefile
5 lines
188 B
Makefile
# env TESTARGS='-test.parallel=1 -run TestAccDataConsulAgentSelf_basic' TF_LOG=debug make test
|
|
test::
|
|
2>&1 env \
|
|
make -C ../../.. testacc TEST=./builtin/providers/consul | tee test.log
|