mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06: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
|