Skip to content

Commit

Permalink
Allow testing DBX
Browse files Browse the repository at this point in the history
  • Loading branch information
b-per committed Oct 11, 2023
1 parent ac5ee4d commit 9848b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test: deps
go test -mod=readonly -count=1 ./...

test-acceptance: deps
TF_ACC=1 TEST_DATABRICKS=false go test -v -mod=readonly -count=1 ./...
TF_ACC=1 go test -v -mod=readonly -count=1 ./...

check-docs: docs
git diff --exit-code -- docs
Expand Down

0 comments on commit 9848b70

Please sign in to comment.