Skip to content

Commit

Permalink
move to gotestsum
Browse files Browse the repository at this point in the history
  • Loading branch information
philkra committed Dec 22, 2023
1 parent b1d2ac4 commit f862184
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ smoke-test: ## smoke tests
@cd internal/smoke-tests && go run . && cd ../..

test: ## run unit tests
@echo "Running unit tests"
@go test -v -count=1 -cover -race ./xata
TEST_DIRECTORY=./xata go run gotest.tools/gotestsum@latest --format testname

integration-test: ## run integration tests
@echo "Running integration test"
@go test -v -count=1 -cover -race ./internal/integration-tests
TEST_DIRECTORY=./internal/integration-tests go run gotest.tools/gotestsum@latest --format testname
$(MAKE) clean-workspaces

download-openapi-specs: ## download openapi specs
Expand Down

0 comments on commit f862184

Please sign in to comment.